Skip to content

Commit

Permalink
Fix version in CHANGELOG npm install command (facebook#557)
Browse files Browse the repository at this point in the history
For the 0.4.0 CHANGELOG entry, the npm install command should be:
```
npm install --save-dev --save-exact [email protected]
```

Not:
```
npm install --save-dev --save-exact [email protected]
```
  • Loading branch information
ericf authored and feiqitian committed Oct 25, 2016
1 parent e7bcb69 commit e0f4e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Inside any created project that has not been ejected, run:

```
npm install --save-dev --save-exact react-scripts@0.3.1
npm install --save-dev --save-exact react-scripts@0.4.0
```

### Breaking Change in 0.4.0
Expand Down

0 comments on commit e0f4e61

Please sign in to comment.