From 1bb5604183eb6431f4da7c98c8681cbc1eaafc70 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sun, 19 Mar 2017 23:23:45 -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 e21a2a4..6d1bb3a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ Otherwise, the API is compatible. ## 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 mime-types ```