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
+'wss://rc3.plomlompom.com/rogue_chat/', where an example RogueChat server
 runs:
 
 $ ./rogue_chat_curses.sh
 
 python3 -m venv .venv
 . .venv/bin/activate
 pip install -r requirements_client.txt
-./rogue_chat_curses.py 'wss://plomlompom.com/rogue_chat/'
+./rogue_chat_curses.py 'wss://rc3.plomlompom.com/rogue_chat/'