From a1538ab23f1717c1b1c58caf23539d74e82a5316 Mon Sep 17 00:00:00 2001 From: Hiroki Ohtani Date: Tue, 4 Jan 2011 12:54:47 +0900 Subject: [PATCH] fix README --- README | 1 + 1 file changed, 1 insertion(+) 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'..."