]> Cypherpunks.ru repositories - goircd.git/blobdiff - README
POSIX tells that $ character is default shell prompt
[goircd.git] / README
diff --git a/README b/README
index f3a0ec039a017558de08430c0cd324f7e4d8eb30..663aaf30096e91a020217eded12b328025acdc3f 100644 (file)
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ DESCRIPTION
 
 goircd is very simple IRC server, written on Go.
 It was heavily inspired by miniircd daemon written on Python.
 
 goircd is very simple IRC server, written on Go.
 It was heavily inspired by miniircd daemon written on Python.
-GoVPN is free software: see the file COPYING for copying conditions.
+goircd is free software: see the file COPYING for copying conditions.
 It does not aim to replace full featured mass scalable IRC networks:
 
 * It can not connect to other servers. Just standalone installation
 It does not aim to replace full featured mass scalable IRC networks:
 
 * It can not connect to other servers. Just standalone installation
@@ -84,7 +84,7 @@ Each state file has the name equals to room's one. It contains two plain
 text lines: room's topic and room's authentication key (empty if none
 specified). For example:
 
 text lines: room's topic and room's authentication key (empty if none
 specified). For example:
 
-    % cat states/meinroom
+    $ cat states/meinroom
     This is meinroom's topic
     secretkey
 
     This is meinroom's topic
     secretkey
 
@@ -92,8 +92,7 @@ LICENCE
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-any later version.
+the Free Software Foundation, version 3 of the License.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of