From 829e6694030f339fa26845b443ff16f5dcd77644 Mon Sep 17 00:00:00 2001 From: Roy Hyunjin Han Date: Fri, 15 May 2015 22:48:33 -0400 Subject: [PATCH] Fix link --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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