Skip to content

Commit

Permalink
prosemirror demo url
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Dec 12, 2023
1 parent 76eca3d commit 5c1de68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prosemirror/prosemirror.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { keymap } from 'prosemirror-keymap'

window.addEventListener('load', () => {
const ydoc = new Y.Doc()
const provider = new WebsocketProvider('ws://localhost:3000/ws', 'prosemirror-demo', ydoc)
const provider = new WebsocketProvider('wss://demos.yjs.dev/ws', 'prosemirror-demo', ydoc)
const yXmlFragment = ydoc.getXmlFragment('prosemirror')

const editor = document.createElement('div')
Expand Down

0 comments on commit 5c1de68

Please sign in to comment.