From 7036be827eb9f130d4e6ef34111781b12e43c43a Mon Sep 17 00:00:00 2001 From: Eddie Monge Date: Fri, 9 Nov 2018 16:20:20 -0800 Subject: [PATCH] docs: install command cleanup Make it easier to copy/paste the install command and save it to the package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 732b847..b8421eb 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This is a [Node.js](https://nodejs.org/en/) module available through the [`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): ```sh -$ npm install cors +npm install --save cors ``` ## Usage