Skip to content

Commit

Permalink
Merge pull request #10 from wouterds/master
Browse files Browse the repository at this point in the history
Fixed typo in demo code
  • Loading branch information
jenssegers committed Sep 4, 2015
2 parents eaf54a4 + 0073bce commit 071977b
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 @@ -50,7 +50,7 @@ Equal images will not have a distance of 0, so you will need to decided at which
Calculating a perceptual hash for an image using a different implementation:

```php
$implementation = new Jenssegers\ImageHash\Implementation\DifferenceHash;
$implementation = new Jenssegers\ImageHash\Implementations\DifferenceHash;
$hasher = new Jenssegers\ImageHash\ImageHash($implementation);
$hash = $hasher->hash('path/to/image.jpg');
```
Expand Down

0 comments on commit 071977b

Please sign in to comment.