Skip to content

Commit

Permalink
Merge pull request #187 from kemo-1/patch-1
Browse files Browse the repository at this point in the history
Fix wrong path in Readme
  • Loading branch information
dmonad authored Dec 30, 2024
2 parents 7c3408a + bce6b28 commit 6460a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6460a65

Please sign in to comment.