Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Simple fix; missing `-image` in `require` statement.
  • Loading branch information
egalpin committed Aug 15, 2016
1 parent 6d73d91 commit be13e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ npm install dhash-image

```
var dhash = require('dhash');
var dhash = require('dhash-image');
dhash('/path/to/image', function(err, hash){
// Do something with hash hex-string...
Expand Down

0 comments on commit be13e25

Please sign in to comment.