Skip to content

Commit babdf55

Browse files
committed
Merge pull request #3 from hannesvdvreken/master
Typo: i386 -> amd64
2 parents f80f2a9 + d994019 commit babdf55

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,15 @@ To install the latest version, use '0.12.0'.
1414

1515
This package can be found on [Packagist](http://packagist.org) and installed with [Composer](https://getcomposer.org/).
1616

17-
Require the package for _i386_ with:
18-
19-
php composer.phar require h4cc/wkhtmltopdf-i386 "0.12.0"
20-
21-
And for _amd64_ with:
17+
Require the package for _amd64_ with:
2218

2319
php composer.phar require h4cc/wkhtmltopdf-amd64 "0.12.0"
2420

2521
The binary will then be located at:
2622

27-
vendor/h4cc/wkhtmltopdf-i386/bin/wkhtmltopdf-i386
23+
vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64
2824

2925
Also a symlink will be created in your configured bin/ folder, for example:
3026

31-
vendor/bin/wkhtmltopdf-i386
27+
vendor/bin/wkhtmltopdf-amd64
3228

0 commit comments

Comments
 (0)