Skip to content

Commit

Permalink
Fixed typo in demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterds committed Sep 4, 2015
1 parent eaf54a4 commit 0073bce
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 0073bce

Please sign in to comment.