Update README.md

This commit is contained in:
George 2019-10-19 22:54:24 +03:00 committed by GitHub
parent ca5c413d3c
commit b025c8d850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ const connection = new CollaborativeBackend(options)
### options: ### options:
``` ```
{ {
port: number // posrt to start io connection port: number // port to start io connection
connectOpts?: SocketIO.ServerOptions connectOpts?: SocketIO.ServerOptions
defaultValue?: ValueJSON // default value defaultValue?: ValueJSON // default value
saveTreshold?: number // theshold of onDocumentSave callback execution saveTreshold?: number // theshold of onDocumentSave callback execution