From db8f0f4a546836be1f5478162c46fc53ab449a76 Mon Sep 17 00:00:00 2001 From: Michael Czigler <37268479+mcpcpc@users.noreply.github.com> Date: Tue, 22 Sep 2020 21:40:59 -0400 Subject: Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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 - Send a PRIVMSG to the current channel. -/ Send command to IRC server (see RFC 2812 for full list). -/# Assign new default message channel. -/? Print current message channel. + Send a PRIVMSG to the current channel. +/ Send command to IRC server (see RFC 2812 for full list). +/# 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. -- cgit v1.2.3