diff --git a/README.rst b/README.rst index 2b25451..017cb3b 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ socketIO-client =============== Here is a `socket.io `_ client library for Python. You can use it to write test code for your socket.io server. -Please note that this version implements `socket.io protocol 1.x `_, which is not backwards compatible. If you want to communicate using `socket.io protocol 0.9 `_ (e.g. `gevent-socketio `_), please use `socketIO-client 0.5.5 `. +Please note that this version implements `socket.io protocol 1.x `_, which is not backwards compatible. If you want to communicate using `socket.io protocol 0.9 `_ (e.g. `gevent-socketio `_), please use `socketIO-client 0.5.5 `_. Installation