README: fix a minor typo and make a small rewording - sic - simple irc client
HTML git clone git://git.suckless.org/sic
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 68c1c4e5110ed6a30cd3da0ae0c2ab0753e02cbb
DIR parent f2c5daa9fe8ee9da89b9596c2b316ba7f9bd64a7
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Thu, 6 May 2021 01:42:38 +0200
README: fix a minor typo and make a small rewording
Diffstat:
M README | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
DIR diff --git a/README b/README
@@ -1,9 +1,9 @@
sic - simple irc client
=======================
-sic is an extremly fast, small and simple irc client. It reads commands from
+sic is an extremely fast, small and simple irc client. It reads commands from
standard input and prints all server output to standard output. It multiplexes
-also all channel traffic into one output, that you don't have to switch
-different channel buffers, that's actually a feature.
+also all channel traffic into one output so that you don't have to switch
+different channel buffers: that's actually a feature.
Installation