Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vajiralasantha committed May 4, 2017
1 parent f227bf5 commit 9ea4662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Usage:

Install via composer

```"vajiral/php-image-compare": "1.0.0"```
```"vajiral/php-image-compare": "1.0.1"```

In your PHP file

Expand All @@ -33,4 +33,4 @@ echo $image->compare(__DIR__ . '/image2-resize.jpg',__DIR__ . '/image2.jpg');
?>
```

Originally taken from https://www.phpclasses.org/package/8255-PHP-Compare-two-images-to-find-if-they-are-similar.html and name-spaced and added to ```Composer```
Originally taken from https://www.phpclasses.org/package/8255-PHP-Compare-two-images-to-find-if-they-are-similar.html and name-spaced and added to ```Composer```

0 comments on commit 9ea4662

Please sign in to comment.