Skip to content

Commit

Permalink
Replace npm by yarn in README
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-klein authored and Its-Alex committed Nov 29, 2019
1 parent f354aab commit 6c13589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ app.listen(3001);
### Build

```
$ npm install
$ npm run build:release
$ yarn install
$ yarn run build:release
```

```
Expand Down

0 comments on commit 6c13589

Please sign in to comment.