home · contact · privacy
Fix README.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 26 Nov 2020 19:52:18 +0000 (20:52 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 26 Nov 2020 19:52:18 +0000 (20:52 +0100)
README.txt

index 48b36aa133fa6eacdeb0361304195867573afc72..2ab9493ac141f6d352159b96c2250cefbe4567c1 100644 (file)
@@ -31,11 +31,15 @@ world.
 To connect the example curses server to the TCP port of the server:
 $ ./rogue_chat_curses.py 'localhost:5000'
 
-To connect the example curses server to the WebSocket port of the server:
+To connect the example curses client to the WebSocket port of the server:
 $ ./rogue_chat_curses.py 'ws://localhost:8000/'
 
 The following automatically install the curses client's dependencies in a
 Python virtual environment and runs the client against
 'wss://plomlompom.com/rogue_chat/', where an example RogueChat server
-runs.  The same is targeted by ./rogue_chat.html, an example web browser
-client that emulates the curses client via HTML and JavaScript.
+runs:
+
+$ ./rogue_chat_curses.sh
+
+The same is targeted by ./rogue_chat.html, an example web browser client
+that emulates the curses client via HTML and JavaScript.