aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2015-12-21 09:27:34 -0500
committerZoffix Znet <cpan@zoffix.com>2015-12-21 09:27:34 -0500
commit90217bd857f1aed87e892921b7f8e5296086af40 (patch)
tree1a2dcf9a7e6d4f807e8dc419363b268266d01376 /README.md
parent92e69fbe171fea012c4e374d332768f1ef2f4173 (diff)
Formatting fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 809b418..a61c5c9 100644
--- a/README.md
+++ b/README.md
@@ -62,8 +62,8 @@ IRC::Client - Extendable Internet Relay Chat client
- [Contents of the parsed IRC message](#contents-of-the-parsed-irc-message)
- [`command`](#command)
- [`params`](#params)
- - [pipe](#pipe)
- - [who](#who)
+ - [`pipe`](#pipe)
+ - [`who`](#who)
- [REPOSITORY](#repository)
- [BUGS](#bugs)
- [AUTHOR](#author)
@@ -507,7 +507,7 @@ Contains the IRC command this message represents.
```
Constains the array of parameters for the IRC command.
-### pipe
+### `pipe`
```perl6
pipe => { },
@@ -517,7 +517,7 @@ While any plugin can modify any key of the parsed command's hash, the provided
`pipe` hash is simply a means to provide some standard, agreed-upon name
of a key to pass information around.
-### who
+### `who`
```perl6
#fdss