readme: fix start

This commit is contained in:
nemo 2024-11-20 09:16:53 +01:00
parent 1505f71328
commit b5d2823b09
1 changed files with 7 additions and 1 deletions

View File

@ -12,7 +12,13 @@ npm i
# Play
```console
npm start
npm run start
```
or
```console
node server.js
```
or