Skip to content

Commit 6460a65

Browse files
authored
Merge pull request #187 from kemo-1/patch-1
Fix wrong path in Readme
2 parents 7c3408a + bce6b28 commit 6460a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Persist document updates in a LevelDB database.
143143
See [LevelDB Persistence](https://github.com/yjs/y-leveldb) for more info.
144144

145145
```sh
146-
HOST=localhost PORT=1234 YPERSISTENCE=./dbDir node ./node_modules/y-websocket/bin/server.js
146+
HOST=localhost PORT=1234 YPERSISTENCE=./dbDir node ./node_modules/y-websocket/bin/server.cjs
147147
```
148148

149149
### Websocket Server with HTTP callback

0 commit comments

Comments
 (0)