Remove --save option as it isn't required anymore (#581)

This commit is contained in:
Steve Moser 2019-08-09 05:17:25 -04:00 committed by Jimmy Wärting
parent 95286f52bb
commit 086be6fc74
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ See Matt Andrews' [isomorphic-fetch](https://github.com/matthew-andrews/isomorph
Current stable release (`2.x`) Current stable release (`2.x`)
```sh ```sh
$ npm install node-fetch --save $ npm install node-fetch
``` ```
## Loading and configuring the module ## Loading and configuring the module