From 23bc1671a107084fb8216675b57a83955997c95a Mon Sep 17 00:00:00 2001 From: Shahar Or Date: Thu, 1 Dec 2016 16:28:16 +0200 Subject: [PATCH] readme: `--save-dev` instead of `--save` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a624263..8f049529 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## Installation: Add the latest version of `codecov` to your package.json: ``` -npm install codecov --save +npm install codecov --save-dev ``` ## Usage: