From 2765555f3f1077734491a802e036c4161f2b1c90 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 6 Aug 2016 00:09:32 -0400 Subject: [PATCH] docs: add preamble to install section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8e2c2f4..a945779 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ for the response between HTML, JSON, and plain text. ## Install +This is a [Node.js](https://nodejs.org/en/) module available through the +[npm registry](https://www.npmjs.com/). Installation is done using the +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): + ```sh $ npm install errorhandler ```