Commit ae36f2df authored by Eric Ferraiuolo's avatar Eric Ferraiuolo Committed by Dan Abramov
Browse files

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
```
parent 05fc913a
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment