From b025c8d850c127b123be25488830decd6957107e Mon Sep 17 00:00:00 2001 From: George Date: Sat, 19 Oct 2019 22:54:24 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07040c8..0b683bb 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ const connection = new CollaborativeBackend(options) ### options: ``` { - port: number // posrt to start io connection + port: number // port to start io connection connectOpts?: SocketIO.ServerOptions defaultValue?: ValueJSON // default value saveTreshold?: number // theshold of onDocumentSave callback execution