fix README

This commit is contained in:
Hiroki Ohtani
2011-01-04 12:54:47 +09:00
parent 0f33b5557b
commit a1538ab23f

1
README
View File

@@ -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'..."