Merge pull request #187 from kemo-1/patch-1

Fix wrong path in Readme
This commit is contained in:
Kevin Jahns
2024-12-30 15:25:42 +01:00
committed by GitHub

View File

@@ -143,7 +143,7 @@ Persist document updates in a LevelDB database.
See [LevelDB Persistence](https://github.com/yjs/y-leveldb) for more info. See [LevelDB Persistence](https://github.com/yjs/y-leveldb) for more info.
```sh ```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 ### Websocket Server with HTTP callback