From 844cc621c07e1920a9498ea93a265b6c20739394 Mon Sep 17 00:00:00 2001 From: Joe Cortopassi Date: Mon, 1 Oct 2018 12:51:41 -0500 Subject: [PATCH] --save no longer needed `--save` is on by default as of [npm 5](https://blog.npmjs.org/post/161081169345/v500), so `npm install aphrodite` is functionally equivalent to `npm install --save aphrodite` now --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b08f3fa..5cb3e81 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [FSA](https://github.com/redux-utilities/flux-standard-action)-compliant promise [middleware](https://redux.js.org/advanced/middleware) for Redux. ```js -npm install --save redux-promise +npm install redux-promise ``` ## Usage