summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
: