From 015d0f2c2102761716a0d0bc64bb4b594a1e9ef3 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Sat, 26 Sep 2020 15:00:02 +0200 Subject: [PATCH] rename room --- docs/src/demos/Examples/Collaboration/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/demos/Examples/Collaboration/index.vue b/docs/src/demos/Examples/Collaboration/index.vue index 7827040a..a00fc8ee 100644 --- a/docs/src/demos/Examples/Collaboration/index.vue +++ b/docs/src/demos/Examples/Collaboration/index.vue @@ -36,7 +36,7 @@ export default { }, mounted() { - const documentName = 'example' + const documentName = 'tiptap-collaboration-example' this.ydoc = new Y.Doc() this.provider = new WebrtcProvider(documentName, this.ydoc)