From 086be6fc74d8cc69faf76f65bf96d8f76b224dd1 Mon Sep 17 00:00:00 2001 From: Steve Moser Date: Fri, 9 Aug 2019 05:17:25 -0400 Subject: [PATCH] Remove --save option as it isn't required anymore (#581) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb19901..ecb5e48 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ See Matt Andrews' [isomorphic-fetch](https://github.com/matthew-andrews/isomorph Current stable release (`2.x`) ```sh -$ npm install node-fetch --save +$ npm install node-fetch ``` ## Loading and configuring the module