Fix build command in README

This commit is contained in:
folex
2021-10-13 19:19:53 +03:00
committed by GitHub
parent e6012a1780
commit b84851a4a3

View File

@ -19,7 +19,7 @@ You need npm v7 or later to run the examples
```
npm i
npm build -w aqua
npm run build -w aqua
npm start -w web
```
@ -30,7 +30,7 @@ npm start -w web
```
npm i
npm build -w aqua
npm run build -w aqua
npm start -w nodejs
```