We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3408a commit bce6b28Copy full SHA for bce6b28
README.md
@@ -143,7 +143,7 @@ Persist document updates in a LevelDB database.
143
See [LevelDB Persistence](https://github.com/yjs/y-leveldb) for more info.
144
145
```sh
146
-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
147
```
148
149
### Websocket Server with HTTP callback
0 commit comments