From 90217bd857f1aed87e892921b7f8e5296086af40 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Mon, 21 Dec 2015 09:27:34 -0500 Subject: Formatting fixes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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 -- cgit v1.1