Merge pull request #64 from hanspagel/patch-1

fix typo in the README
This commit is contained in:
Kevin Jahns 2021-05-15 12:43:52 +02:00 committed by GitHub
commit 31a907c4bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ wsOpts = {
<b><code>wsProvider.bcconnected: boolean</code></b> <b><code>wsProvider.bcconnected: boolean</code></b>
<dd>True if this instance is currently communicating to other browser-windows via BroadcastChannel.</dd> <dd>True if this instance is currently communicating to other browser-windows via BroadcastChannel.</dd>
<b><code>wsProvider.synced: boolean</code></b> <b><code>wsProvider.synced: boolean</code></b>
<dd>True if this instance is currently connected and synced with the server./dd> <dd>True if this instance is currently connected and synced with the server.</dd>
<b><code>wsProvider.disconnect()</code></b> <b><code>wsProvider.disconnect()</code></b>
<dd>Disconnect from the server and don't try to reconnect.</dd> <dd>Disconnect from the server and don't try to reconnect.</dd>
<b><code>wsProvider.connect()</code></b> <b><code>wsProvider.connect()</code></b>