aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Czigler <37268479+mcpcpc@users.noreply.github.com>2020-09-22 21:40:59 -0400
committerGitHub <noreply@github.com>2020-09-22 21:40:59 -0400
commitdb8f0f4a546836be1f5478162c46fc53ab449a76 (patch)
tree007d20be6ebf241d42167a1e9d6b6211402b5b7b
parentUpdate README.md (diff)
downloadkirc-db8f0f4a546836be1f5478162c46fc53ab449a76.tar.gz
kirc-db8f0f4a546836be1f5478162c46fc53ab449a76.tar.bz2
kirc-db8f0f4a546836be1f5478162c46fc53ab449a76.tar.xz
kirc-db8f0f4a546836be1f5478162c46fc53ab449a76.tar.zst
kirc-db8f0f4a546836be1f5478162c46fc53ab449a76.zip
Update README.md
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6e0dd10..51666ed 100644
--- a/README.md
+++ b/README.md
@@ -45,10 +45,10 @@ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u us
* Simple commands and full support for all IRC commands in the [RFC 2812](https://tools.ietf.org/html/rfc2812) standard:
```shell
-<message> Send a PRIVMSG to the current channel.
-/<command> Send command to IRC server (see RFC 2812 for full list).
-/#<channel> Assign new default message channel.
-/? Print current message channel.
+<message> Send a PRIVMSG to the current channel.
+/<command> Send command to IRC server (see RFC 2812 for full list).
+/#<channel> Assign new default message channel.
+/? Print current message channel.
```
* Color scheme definition via [ANSI 8-bit colors](https://en.wikipedia.org/wiki/ANSI_escape_code). Therefore, one could theoretically achieve uniform color definition across all shell applications and tools.