Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwirafe authored Sep 12, 2020
1 parent 52fbc8f commit 80fa4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ npm install minhash --save
If you prefer, you can instead load the package directly in a browser:

```html
<script src='https://rawgit.com/duhaime/minhash/master/minhash.min.js'></script>
<script src='https://cdn.jsdelivr.net/gh/duhaime/minhash@master/minhash.min.js'></script>
```

#### Minhash Usage
Expand Down Expand Up @@ -97,4 +97,4 @@ There is also a sample Node.js script that can be run with `node examples/index.
### Development

To run the test suite — `npm run test`.
To compile and minify minhash.min.js — `npm run build`.
To compile and minify minhash.min.js — `npm run build`.

0 comments on commit 80fa4cd

Please sign in to comment.