Skip to content

Commit ae36f2d

Browse files
ericfgaearon
authored andcommitted
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 [email protected] ``` Not: ``` npm install --save-dev --save-exact [email protected] ```
1 parent 05fc913 commit ae36f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Inside any created project that has not been ejected, run:
1313

1414
```
15-
npm install --save-dev --save-exact react-scripts@0.3.1
15+
npm install --save-dev --save-exact react-scripts@0.4.0
1616
```
1717

1818
### Breaking Change in 0.4.0

0 commit comments

Comments
 (0)