From 283840fa92f99dad0f32ab335cc119da149c5cef Mon Sep 17 00:00:00 2001 From: Steve Moser Date: Mon, 18 Feb 2019 17:33:45 -0500 Subject: [PATCH] Remove --save option as it isn't required anymore --- 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