Skip to content

Commit

Permalink
docs: add installation section
Browse files Browse the repository at this point in the history
closes #233
  • Loading branch information
ryhinchey authored and dougwilson committed Apr 13, 2020
1 parent b94f3ff commit 19a6aa5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ HTTP request logger middleware for node.js

> Named after [Dexter](http://en.wikipedia.org/wiki/Dexter_Morgan), a show you should not watch until completion.
## 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):

```sh
$ npm install morgan
```

## API

<!-- eslint-disable no-unused-vars -->
Expand Down

0 comments on commit 19a6aa5

Please sign in to comment.