Skip to content

Commit

Permalink
Merge pull request #81 from barryvdh/patch-1
Browse files Browse the repository at this point in the history
Update wkhtmltopdf to 0.12
  • Loading branch information
pilot committed Mar 20, 2014
2 parents bf56695 + 1b41f3c commit 4bc7af8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ If you want to download wkhtmltopdf and wkhtmltoimage with composer you add to `
```json
{
"require": {
"h4cc/wkhtmltopdf-i386": "0.11.0-RC1",
"h4cc/wkhtmltoimage-i386": "0.11.0-RC1"
"h4cc/wkhtmltopdf-i386": "0.12.x",
"h4cc/wkhtmltoimage-i386": "0.12.x"
}
}
```
Expand All @@ -80,8 +80,8 @@ or this if you are in 64 bit based system:
```json
{
"require": {
"h4cc/wkhtmltopdf-amd64": "0.11.0-RC1",
"h4cc/wkhtmltoimage-amd64": "0.11.0-RC1"
"h4cc/wkhtmltopdf-amd64": "0.12.x",
"h4cc/wkhtmltoimage-amd64": "0.12.x"
}
}
```
Expand Down

0 comments on commit 4bc7af8

Please sign in to comment.