Update README.md

This commit is contained in:
Benjamin Sergeant 2018-10-05 14:35:09 -07:00 committed by GitHub
parent 10ce046b0f
commit c858a1c9e5

View File

@ -36,7 +36,7 @@ webSocket.send("hello world");
// ... finally ...
// Stop the connection
webSocket:stop()
webSocket.stop()
```
## Implementation details