Typo fix in README.rst

This commit is contained in:
Niall Donegan
2015-07-20 17:25:41 +01:00
parent ae7f36e372
commit 0465188677

View File

@@ -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()