Skip to content

Commit d5ca43d

Browse files
Replace npm by yarn in README
1 parent 35f3010 commit d5ca43d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ app.listen(3001);
225225
### Build
226226

227227
```
228-
$ npm install
229-
$ npm run build:release
228+
$ yarn install
229+
$ yarn run build:release
230230
```
231231

232232
```

0 commit comments

Comments
 (0)