From 2a6b1d5f152d730392435090adcb48a11297cf4c Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Fri, 5 Oct 2018 14:35:09 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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