From 66e1e5be1bd841e72c88f45d02627723b9b6c07a Mon Sep 17 00:00:00 2001
From: Amila Welihinda <amilajack@users.noreply.github.com>
Date: Sun, 1 Jan 2017 17:13:57 -0800
Subject: [PATCH] Added --save-dev to npm install commands in readme

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 24cce5301a..f5bf352603 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,13 @@ React specific linting rules for ESLint
 Install [ESLint](https://www.github.com/eslint/eslint) either locally or globally.
 
 ```sh
-$ npm install eslint
+$ npm install eslint --save-dev
 ```
 
 If you installed `ESLint` globally, you have to install React plugin globally too. Otherwise, install it locally.
 
 ```sh
-$ npm install eslint-plugin-react
+$ npm install eslint-plugin-react --save-dev
 ```
 
 # Configuration