Fix version in CHANGELOG npm install command (#557)

For the 0.4.0 CHANGELOG entry, the npm install command should be:
```
npm install --save-dev --save-exact react-scripts@0.4.0
```

Not:
```
npm install --save-dev --save-exact react-scripts@0.3.1
```
This commit is contained in:
Eric Ferraiuolo
2016-09-03 05:29:18 -04:00
committed by Dan Abramov
parent 05fc913ab5
commit ae36f2df94

View File

@@ -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