mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
Update README.md
This commit is contained in:
parent
a805d2476a
commit
d30c5dd19e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user