From c0e8669c97e6894975e62092e7bb0a6490f4d7b4 Mon Sep 17 00:00:00 2001 From: Michael Toomim Date: Mon, 20 May 2024 14:32:44 -0700 Subject: [PATCH] Update braid-text readme --- braid-text-server/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/braid-text-server/readme.md b/braid-text-server/readme.md index c8a75b0..cd39c30 100644 --- a/braid-text-server/readme.md +++ b/braid-text-server/readme.md @@ -34,21 +34,21 @@ server.on("request", (req, res) => { ## Run the Demo -This demo will run a collaboratively-editable wiki: +This will run a collaboratively-editable wiki: ```shell npm install node server-demo.js ``` -Now you can open these URLs in browser: +Now open these URLs in your browser: - http://localhost:8888/demo (to see the demo text) - http://localhost:8888/demo?editor (to edit the text) - http://localhost:8888/demo?markdown-editor (to edit it as markdown) Or try opening the URL in [Braid-Chrome](https://github.com/braid-org/braid-chrome), or another Braid client, to edit it directly! -Check out the `server-demo.js` file to see examples for how to add access control, and a `/pages` endpoint to show all the currently used `key`s. +Check out the `server-demo.js` file to see examples for how to add access control, and a `/pages` endpoint to show all the edited pages. ## API