Update README.md

pull/2/head
Michael MacFadden 5 years ago committed by GitHub
parent 39c149c006
commit a5dcbff4bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:
```npm install --save-dev @convergence/ace-collab-ext```
```npm install --save-dev @convergencelabs/monaco-collab-ext```
## 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.
@ -113,4 +113,4 @@ contentManager.delete(5, 10);
// Release resources when done
contentManager.dispose();
```
```

Loading…
Cancel
Save