Skip to content

Commit

Permalink
docs(readme): correct npm calls for start with dev / dev:test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Knight committed Jun 20, 2017
1 parent 394c7c6 commit 1b9b168
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 @@ -157,7 +157,7 @@ To run the your code:

via **npm**
```
npm start:dev
npm run start:dev
```

via **yarn**
Expand All @@ -172,7 +172,7 @@ To run the your code:

via **npm**
```
npm start:dev:test
npm run start:dev:test
```

via **yarn**
Expand Down

0 comments on commit 1b9b168

Please sign in to comment.