mirror of
https://github.com/convergencelabs/monaco-collab-ext.git
synced 2024-10-27 20:34:17 +00:00
Update README.md
This commit is contained in:
parent
39c149c006
commit
a5dcbff4bc
@ -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.
|
||||||
@ -113,4 +113,4 @@ contentManager.delete(5, 10);
|
|||||||
|
|
||||||
// Release resources when done
|
// Release resources when done
|
||||||
contentManager.dispose();
|
contentManager.dispose();
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user