Skip to content

Commit 5cba97a

Browse files
author
Leon Strauss
committed
added how to install to readme
1 parent 221f811 commit 5cba97a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Simple plug & play HTTP basic auth middleware for Express.
44

5+
## How to install
6+
7+
Just run
8+
9+
npm install express-basic-auth
10+
11+
add the `--save` option to add it to the `dependencies` in your `package.json` as well
12+
513
## How to use
614

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

0 commit comments

Comments
 (0)