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