From cf47b2b08b2af6df7385365d1137abc217716dcd Mon Sep 17 00:00:00 2001 From: Martin Kriegeskorte Date: Fri, 20 Jan 2023 15:53:54 +0100 Subject: [PATCH] docs: remove early access hint --- docs/guide/collaborative-editing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/collaborative-editing.md b/docs/guide/collaborative-editing.md index 4c6d44bfb..c8a4fd216 100644 --- a/docs/guide/collaborative-editing.md +++ b/docs/guide/collaborative-editing.md @@ -113,7 +113,7 @@ const editor = new Editor({ This example doesn’t work out of the box. As you can see, it’s configured to talk to a WebSocket server which is available under `ws://127.0.0.1:1234` (WebSocket protocol `ws://`, your local IP `127.0.0.1` and the port `1234`). You need to set this up, too. #### The WebSocket backend -To make the server part as easy as possible, we provide [an opinionated server package, called Hocuspocus](http://hocuspocus.dev/) (currently available for sponsors and subscribers only). It’s a flexible Node.js package, that you can use to build your custom backend. +To make the server part as easy as possible, we provide [an opinionated server package, called Hocuspocus](http://hocuspocus.dev/). It’s a flexible Node.js package, that you can use to build your custom backend. For the purpose of that guide, let’s just use the command-line interface which boots a minimal server literally in seconds: