diff --git a/README.md b/README.md index 13bee37..3d4fb32 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ wkhtmltoimage ================ -This Repo contains the Binarys from the [wkhtmltopdf project](http://wkhtmltopdf.org/). +This Repo contains the Debian 7.5 (Wheezy) Binarys from the [wkhtmltopdf project](http://wkhtmltopdf.org/). More about the functionality of wkhtmltopdf and wkthmltoimage can be found there. ## Installation _Hint_: The version of the binary is equal to the git tag. -To install the latest version, use '0.12.0'. +To install the latest version, use '0.12.1'. + +In case this package does _not_ work on your system, try installing the matching system packages from here: [http://wkhtmltopdf.org/downloads.html](http://wkhtmltopdf.org/downloads.html). ### Packagist @@ -16,11 +18,11 @@ This package can be found on [Packagist](http://packagist.org) and installed wit Require the package for _i386_ with: - php composer.phar require h4cc/wkhtmltoimage-i386 "0.12.0" + php composer.phar require h4cc/wkhtmltoimage-i386 "0.12.1" And for _amd64_ with: - php composer.phar require h4cc/wkhtmltoimage-amd64 "0.12.0" + php composer.phar require h4cc/wkhtmltoimage-amd64 "0.12.1" The binary will then be located at: diff --git a/bin/wkhtmltoimage-amd64 b/bin/wkhtmltoimage-amd64 index 52394b4..3732147 100755 Binary files a/bin/wkhtmltoimage-amd64 and b/bin/wkhtmltoimage-amd64 differ