From fa5e19cbd3028c1ba1174cb50eabd6c4b9413abc Mon Sep 17 00:00:00 2001 From: Steve Moser Date: Mon, 18 Feb 2019 17:28:26 -0500 Subject: [PATCH] Remove --save option as it isn't required anymore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5227af..2ba720e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is an exact copy of the NodeJS ’path’ module published to the NPM regis ## Install ```sh -$ npm install --save path +$ npm install path ``` ## License