Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacfadden committed Mar 4, 2019
1 parent 39c149c commit a5dcbff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -113,4 +113,4 @@ contentManager.delete(5, 10);

// Release resources when done
contentManager.dispose();
```
```

0 comments on commit a5dcbff

Please sign in to comment.