aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 75fd4ce..77ab9d5 100644
--- a/README.md
+++ b/README.md
@@ -13,9 +13,10 @@ IRC::Client - Extendable Internet Relay Chat client
use IRC::Client::Plugin::Debugger;
IRC::Client.new(
- :host('localhost'),
- :debug,
- plugins => [ IRC::Client::Plugin::Debugger.new ]
+ :host('localhost')
+ :channels<#perl6bot #zofbot>
+ :debug
+ :plugins( IRC::Client::Plugin::Debugger.new )
).run;
```