Skip to content

Commit

Permalink
Merge pull request #2 from zeMirco/npmLink
Browse files Browse the repository at this point in the history
add install instructions and link github repo with npm
  • Loading branch information
tj committed Nov 3, 2012
2 parents 52c6e40 + a2d5e92 commit 7285ae6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Expand Up @@ -2,6 +2,12 @@
# pwd

Hash and compare passwords with the crypto's pbkdf2.

# Installation

```bash
$ npm install pwd
```

# Example

Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -9,5 +9,6 @@
"mocha": "*",
"should": "*"
},
"repository": "git://github.com/visionmedia/node-pwd.git",
"main": "index"
}

0 comments on commit 7285ae6

Please sign in to comment.