From cae7c9757df6247e2dd5a61ccbd4fc64e648fa24 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Sat, 15 May 2021 11:06:26 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b16766..a28c00c 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ wsOpts = { wsProvider.bcconnected: boolean
True if this instance is currently communicating to other browser-windows via BroadcastChannel.
wsProvider.synced: boolean -
True if this instance is currently connected and synced with the server./dd> +
True if this instance is currently connected and synced with the server.
wsProvider.disconnect()
Disconnect from the server and don't try to reconnect.
wsProvider.connect()