README: fix a minor typo and make a small rewording - sic - simple irc client | |
git clone git://git.suckless.org/sic | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 68c1c4e5110ed6a30cd3da0ae0c2ab0753e02cbb | |
parent f2c5daa9fe8ee9da89b9596c2b316ba7f9bd64a7 | |
Author: Hiltjo Posthuma <[email protected]> | |
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(-) | |
--- | |
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 |