summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroki Ohtani <hiro@HiroMacBookAir11.local>2011-01-04 12:54:47 +0900
committerHiroki Ohtani <hiro@HiroMacBookAir11.local>2011-01-04 12:54:47 +0900
commita1538ab23f1717c1b1c58caf23539d74e82a5316 (patch)
tree7a19637efc53c4bc6c4f883d500e4159ee500713
parent0f33b5557b74931bfd20ea753def09e20b53af76 (diff)
downloadwebsocket-client-a1538ab23f1717c1b1c58caf23539d74e82a5316.tar.gz
fix READMEv0.3.0
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 7babaf7..f94a709 100644
--- a/README
+++ b/README
@@ -13,6 +13,7 @@ Type "python setup.py install" to install.
Example
========
+::
from websocket import create_connection
ws = create_connection("ws://localhost:5000/echo")
print "Sending 'Hello, World'..."