Update README.md

This commit is contained in:
Michael MacFadden 2019-03-03 23:01:50 -06:00 committed by GitHub
parent 39c149c006
commit a5dcbff4bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ Enhances the [Monaco Editor](https://github.com/Microsoft/monaco-editor) by addi
Install package with NPM and add it to your development dependencies: Install package with NPM and add it to your development dependencies:
```npm install --save-dev @convergence/ace-collab-ext``` ```npm install --save-dev @convergencelabs/monaco-collab-ext```
## Demo ## Demo
Go [here](https://examples.convergence.io/monaco/index.html) to see a live demo of multiple cursors, multiple selections, and remote scrollbars (Visit on multiple browsers, or even better, point a friend to it too). This uses [Convergence](https://convergence.io) to handle the synchronization of data and user actions. Go [here](https://examples.convergence.io/monaco/index.html) to see a live demo of multiple cursors, multiple selections, and remote scrollbars (Visit on multiple browsers, or even better, point a friend to it too). This uses [Convergence](https://convergence.io) to handle the synchronization of data and user actions.