Skip to content

Commit 28c061f

Browse files
committed
updated readme
1 parent 269788c commit 28c061f

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
@@ -29,7 +29,7 @@ class EchoClient(WebSocketClient):
2929
self.send(m)
3030

3131
try:
32-
ws = MyClient('http://localhost:9000/ws')
32+
ws = EchoClient('http://localhost:9000/ws')
3333
ws.connect()
3434
except KeyboardInterrupt:
3535
ws.close()

0 commit comments

Comments
 (0)