From 10c5e2798f1b333310549e8e4052bda7f8780212 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Thu, 26 Nov 2020 20:52:18 +0100
Subject: [PATCH] Fix README.

---
 README.txt | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/README.txt b/README.txt
index 48b36aa..2ab9493 100644
--- a/README.txt
+++ b/README.txt
@@ -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.
-- 
2.30.2