From a5dcbff4bc49446ebdfe0084ba3be4b7512e929c Mon Sep 17 00:00:00 2001 From: Michael MacFadden Date: Sun, 3 Mar 2019 23:01:50 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4aaf981..fa79800 100644 --- a/README.md +++ b/README.md @@ -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(); -``` \ No newline at end of file +```