Skip to content

Commit

Permalink
added how to install to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Strauss committed Oct 11, 2016
1 parent 221f811 commit 5cba97a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Simple plug & play HTTP basic auth middleware for Express.

## How to install

Just run

npm install express-basic-auth

add the `--save` option to add it to the `dependencies` in your `package.json` as well

## How to use

The module will export a function, that you can call with an options object to
Expand Down

0 comments on commit 5cba97a

Please sign in to comment.