From 08d0bb58e374b9a313599beb1fa797b6b992831e Mon Sep 17 00:00:00 2001 From: Steve Moser Date: Wed, 3 Apr 2019 06:34:06 -0400 Subject: [PATCH] Remove --save option as it isn't required anymore (#1582) --- docs/docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/install.md b/docs/docs/install.md index 918b6d5e1..443c39da8 100644 --- a/docs/docs/install.md +++ b/docs/docs/install.md @@ -36,7 +36,7 @@ $ bower install --save bluebird ###Browserify and Webpack ``` -$ npm install --save bluebird +$ npm install bluebird ``` ```js @@ -51,7 +51,7 @@ Promise.config({ ##Node installation ``` -$ npm install --save bluebird +$ npm install bluebird ``` ```js