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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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