From d30c5dd19e111bc9aaf49effa3a55fcbbeefb980 Mon Sep 17 00:00:00 2001 From: George Date: Mon, 28 Oct 2019 20:01:17 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b683bb..21215f0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A little experiment for co-editing. Based on idea of https://github.com/humandx/slate-automerge -Watch the demo +Check the [Demo](https://slate-collaborative.herokuapp.com/) # API @@ -46,7 +46,7 @@ const connection = new CollaborativeBackend(options) ### options: ``` { - port: number // port to start io connection + entry: number // port or Server for listen io connection connectOpts?: SocketIO.ServerOptions defaultValue?: ValueJSON // default value saveTreshold?: number // theshold of onDocumentSave callback execution