aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-07-26 13:37:25 -0400
committerZoffix Znet <cpan@zoffix.com>2016-07-26 13:37:25 -0400
commit74e4c7e39f8f73b0e7bef457585e6352505a355f (patch)
tree0bd9840ecf82cd7e4095989d97a5ebaae3687f03 /README.md
parenta9f36acb688fca85e686d1c5b731024e501307e7 (diff)
Add some docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e28417b..f6271b2 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ IRC::Client - Extendable Internet Relay Chat client
use Pastebin::Shadowcat;
.run with IRC::Client.new:
- :host<localhost>
+ :host<irc.freenode.net>
:channels<#perl6bot #zofbot>
:debug
:plugins(
@@ -34,7 +34,7 @@ and output post-processing.
# DOCUMENTATION MAP
* [Basics Tutorial](docs/01-basics.md)
-* [Event reference](docs/01-event-reference.md)
+* [Event reference](docs/02-event-reference.md)
---