From 19ba8874109b2323044f13bc639abfd870c134c3 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 29 Jun 2017 18:58:19 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08b661de672..3bd98236299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,13 +34,13 @@ Inside any created project that has not been ejected, run: ``` -npm install --save-dev --save-exact react-scripts@1.0.9 +npm install --save --save-exact react-scripts@1.0.9 ``` or ``` -yarn add --dev --exact react-scripts@1.0.9 +yarn add --exact react-scripts@1.0.9 ``` ## 1.0.8 (June 28, 2017)