Skip to content

Commit

Permalink
Merge 0073bce into eaf54a4
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterds committed Sep 4, 2015
2 parents eaf54a4 + 0073bce commit f8cec9e
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 f8cec9e

Please sign in to comment.