aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2015-12-21 09:53:40 -0500
committerZoffix Znet <cpan@zoffix.com>2015-12-21 09:53:40 -0500
commitebdb216d4d47e1ab061e3719fe3af01856d2486f (patch)
tree98015e30f29c3be9c63f64a42fab128132bd4cfd /README.md
parent3ef85d79fec87c063aeb00a605fd8d40d2ec5cb4 (diff)
Use a more idomatic example
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 77ab9d5..328bfe1 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ IRC::Client - Extendable Internet Relay Chat client
use IRC::Client::Plugin::Debugger;
IRC::Client.new(
- :host('localhost')
+ :host<localhost>
:channels<#perl6bot #zofbot>
:debug
:plugins( IRC::Client::Plugin::Debugger.new )