Skip to content

Commit

Permalink
docs: add preamble to install section
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Sep 16, 2016
1 parent c8ba496 commit 864b98e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Looking to serve up entire folders mapped to URLs? Try [serve-static](https://ww

## Installation

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):

```bash
$ npm install send
```
Expand Down

0 comments on commit 864b98e

Please sign in to comment.