Skip to content

Commit 78ed1a8

Browse files
author
Yannicked
committed
Update README
1 parent 31d165e commit 78ed1a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import socketio
44
sio = socketio.socketio(server ip, server port) # define the server
55

66
sio.connect() # connect
7-
sio.receiveMsg(timeout) # receive timeout is not tested
7+
sio.receiveMsg(timeout) # receive (timeout is not tested)
88
sio.sendMsg(string) # send
9-
sio.disconnect() to disconnect
9+
sio.disconnect() # disconnect

0 commit comments

Comments
 (0)