Skip to content

Commit

Permalink
Fix links to npm package pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pvorb committed May 7, 2015
1 parent a9729e1 commit f8a719e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@

a JavaScript function for hashing messages with MD5.

**Warning: _This is the source repository for the npm package
[MD5](https://www.npmjs.com/package/MD5), not
[md5](https://www.npmjs.com/package/md5)._**

**Warning:** MD5 is an insecure hashing algorithm. Don't use it unless you know
what you are doing!

**Warning:** ___This is the source repository for the npm package
[MD5](https://www.npmjs.com/search?q=MD5), not [md5](https://www.npmjs.com/search?q=md5).___

## Installation

You can use this package on the server side as well as the client side.

### [Node.js](http://nodejs.org/):

```
~~~
npm install MD5
```
~~~


## API
Expand Down

0 comments on commit f8a719e

Please sign in to comment.