mirror of
https://github.com/fluencelabs/examples
synced 2025-06-11 17:11:21 +00:00
Fix build command in README
This commit is contained in:
@ -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
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user