We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ab115 commit 40405e5Copy full SHA for 40405e5
1 file changed
README.md
@@ -81,7 +81,7 @@ class EchoClient(WebSocketClient):
81
self.send(m)
82
83
try:
84
- ws = EchoClient('http://localhost:9000/ws')
+ ws = EchoClient('ws://localhost:9000/ws')
85
ws.connect()
86
except KeyboardInterrupt:
87
ws.close()
0 commit comments