diff --git a/docs/pages/docs/collaboration/real-time-collaboration.mdx b/docs/pages/docs/collaboration/real-time-collaboration.mdx index fc3aaacc82..3d1f2fc581 100644 --- a/docs/pages/docs/collaboration/real-time-collaboration.mdx +++ b/docs/pages/docs/collaboration/real-time-collaboration.mdx @@ -67,10 +67,10 @@ When a user edits the document, an incremental change (or "update") is captured ## Liveblocks -Liveblocks provides a hosted back-end for Yjs which allows you to download and set up a real-time multiplayer BlockNote example with one command. +Liveblocks provides a hosted back-end for Yjs. You can create a fully-featured example project which uses Liveblocks with BlockNote by running the command below (you will need a Liveblocks account for this): ```shell -npx create-liveblocks-app@latest --example nextjs-yjs-blocknote-advanced +npx create-liveblocks-app@latest --example nextjs-blocknote --api-key ```