Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
invisibleroads committed May 16, 2015
1 parent fb3b661 commit 829e669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -6,7 +6,7 @@ socketIO-client
===============
Here is a `socket.io <http://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 <https://github.com/automattic/socket.io-protocol>`_, which is not backwards compatible. If you want to communicate using `socket.io protocol 0.9 <https://github.com/learnboost/socket.io-spec>`_ (e.g. `gevent-socketio <https://github.com/abourget/gevent-socketio>`_), please use `socketIO-client 0.5.5 <https://pypi.python.org/pypi/socketIO-client/0.5.5>`.
Please note that this version implements `socket.io protocol 1.x <https://github.com/automattic/socket.io-protocol>`_, which is not backwards compatible. If you want to communicate using `socket.io protocol 0.9 <https://github.com/learnboost/socket.io-spec>`_ (e.g. `gevent-socketio <https://github.com/abourget/gevent-socketio>`_), please use `socketIO-client 0.5.5 <https://pypi.python.org/pypi/socketIO-client/0.5.5>`_.


Installation
Expand Down

0 comments on commit 829e669

Please sign in to comment.