summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorHiroki Ohtani <liris.pp@gmail.com>2014-12-22 10:08:26 +0900
committerHiroki Ohtani <liris.pp@gmail.com>2014-12-22 10:08:26 +0900
commita58b94d82679ad086178e17c6a4a0c5087d492e3 (patch)
tree89dc78f66fbce6d2e93eac4c0c6c9a2f048fd6a4 /README.rst
parentab38bf1a1eaf4f2a76944a7189a894fb4e65a180 (diff)
downloadwebsocket-client-a58b94d82679ad086178e17c6a4a0c5087d492e3.tar.gz
fixed #139
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 01e7176..1b35d7c 100644
--- a/README.rst
+++ b/README.rst
@@ -46,7 +46,8 @@ Current implementation of websocket-client is using "CONNECT" method via proxy.
example::
import websocket
- ws = websocket.WebSocket(support_socket_io="0.9")
+ ws = websocket.WebSocket()
+ ws.connect("ws://example.com/websocket", http_proxy_host="proxy_host_name", http_proxy_port=3128)
: