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 ```
Showing
+1 -1
Please register or sign in to comment