Skip to content

Commit 40405e5

Browse files
committed
Fix URL scheme in example
1 parent 54ab115 commit 40405e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class EchoClient(WebSocketClient):
8181
self.send(m)
8282

8383
try:
84-
ws = EchoClient('http://localhost:9000/ws')
84+
ws = EchoClient('ws://localhost:9000/ws')
8585
ws.connect()
8686
except KeyboardInterrupt:
8787
ws.close()

0 commit comments

Comments
 (0)