fix README
This commit is contained in:
1
README
1
README
@@ -13,6 +13,7 @@ Type "python setup.py install" to install.
|
|||||||
Example
|
Example
|
||||||
========
|
========
|
||||||
|
|
||||||
|
::
|
||||||
from websocket import create_connection
|
from websocket import create_connection
|
||||||
ws = create_connection("ws://localhost:5000/echo")
|
ws = create_connection("ws://localhost:5000/echo")
|
||||||
print "Sending 'Hello, World'..."
|
print "Sending 'Hello, World'..."
|
||||||
|
Reference in New Issue
Block a user