From bce6b28a64f463354c523606e2446be4d1cfebe1 Mon Sep 17 00:00:00 2001 From: Kemo <136203274+kemo-1@users.noreply.github.com> Date: Mon, 30 Dec 2024 17:15:32 +0300 Subject: [PATCH] This is the correct path i think --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24ff5c7..2549b11 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Persist document updates in a LevelDB database. See [LevelDB Persistence](https://github.com/yjs/y-leveldb) for more info. ```sh -HOST=localhost PORT=1234 YPERSISTENCE=./dbDir node ./node_modules/y-websocket/bin/server.js +HOST=localhost PORT=1234 YPERSISTENCE=./dbDir node ./node_modules/y-websocket/bin/server.cjs ``` ### Websocket Server with HTTP callback