Skip to content

Commit

Permalink
Remove --save option as it isn't required anymore (#1582)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemoser authored and benjamingr committed Apr 3, 2019
1 parent e0222e3 commit 08d0bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/install.md
Expand Up @@ -36,7 +36,7 @@ $ bower install --save bluebird
###Browserify and Webpack

```
$ npm install --save bluebird
$ npm install bluebird
```

```js
Expand All @@ -51,7 +51,7 @@ Promise.config({
##Node installation

```
$ npm install --save bluebird
$ npm install bluebird
```

```js
Expand Down

0 comments on commit 08d0bb5

Please sign in to comment.