Skip to content

Commit

Permalink
Add npm to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi Bounya committed Jun 20, 2018
1 parent 5fb5e77 commit a511b32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The library will first hash the password using SHA-1 and then send the first 5 c

We then check if the hash exists in the returned list and fire an event `hibpCheck` with the result

## Installation
You can either download the JavaScript file or use npm:
```
npm i hibp-js
```

## Usage
You should first load the library
```html
Expand Down

0 comments on commit a511b32

Please sign in to comment.