diff --git a/README.md b/README.md index 8f0e496..4da616e 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,15 @@ To install the latest version, use '0.12.0'. This package can be found on [Packagist](http://packagist.org) and installed with [Composer](https://getcomposer.org/). -Require the package for _i386_ with: - - php composer.phar require h4cc/wkhtmltopdf-i386 "0.12.0" - -And for _amd64_ with: +Require the package for _amd64_ with: php composer.phar require h4cc/wkhtmltopdf-amd64 "0.12.0" The binary will then be located at: - vendor/h4cc/wkhtmltopdf-i386/bin/wkhtmltopdf-i386 + vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64 Also a symlink will be created in your configured bin/ folder, for example: - vendor/bin/wkhtmltopdf-i386 + vendor/bin/wkhtmltopdf-amd64