From f823cf71d84efe79b896b736b14a7cef8409f582 Mon Sep 17 00:00:00 2001 From: Michael MacFadden Date: Sat, 4 Jan 2020 07:48:19 -0600 Subject: [PATCH] Update README.md Updated the demo url. Fixes #1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 288af61..69cb53c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Install package with NPM and add it to your development dependencies: ```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. +Go [here](https://examples.convergence.io/examples/monaco/) 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. ## Usage