Update README.md

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

View File

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