aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 )