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 committed Nov 28, 2019
1 parent 35f3010 commit d5ca43d
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 d5ca43d

Please sign in to comment.