diff --git a/README.md b/README.md index 192f5667..a24c5c76 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ webSocket.send("hello world"); // ... finally ... // Stop the connection -webSocket:stop() +webSocket.stop() ``` ## Implementation details