Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit abffed5

Browse files
authored
Merge pull request share#251 from lwyj123/patch-1
Fix: correct a link of README
2 parents 82386db + 674e07f commit abffed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The native Websocket object that you feed to ShareDB's `Connection` constructor
4242

4343
The easiest way is to give it a WebSocket object that does reconnect. There are plenty of example on the web. The most important thing is that the custom reconnecting websocket, must have the same API as the native rfc6455 version.
4444

45-
In the "textarea" example we show this off using a Reconnecting Websocket implementation from [https://github.com/pladaria/reconnecting-websocket](reconnecting-websocket).
45+
In the "textarea" example we show this off using a Reconnecting Websocket implementation from [reconnecting-websocket](https://github.com/pladaria/reconnecting-websocket).
4646

4747

4848

0 commit comments

Comments
 (0)