diff --git a/README.rst b/README.rst index 495a043..8ef2b1b 100644 --- a/README.rst +++ b/README.rst @@ -62,7 +62,7 @@ Low Level API example:: print "Sending 'Hello, World'..." ws.send("Hello, World") print "Sent" - print "Reeiving..." + print "Receiving..." result = ws.recv() print "Received '%s'" % result ws.close()