Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GetoXs committed Feb 23, 2021
1 parent d25be74 commit 8ca058d
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 @@ -14,7 +14,7 @@ The version of the binary is equal to the git tag.
This package can be found on [Packagist](https://packagist.org/packages/getoxs/wkhtmltopdf-buster-amd64) and installed with [Composer](https://getcomposer.org/).

```
php composer.phar getoxs/wkhtmltopdf-buster-amd64
php composer.phar require getoxs/wkhtmltopdf-buster-amd64
```

The binary will then be located at: `vendor/bin/wkhtmltopdf-buster-amd64`
Expand All @@ -25,6 +25,6 @@ You can easily use it with [laravel-snappy](https://github.com/barryvdh/laravel-
```php
'pdf' => [
'enabled' => true,
'binary' => env('WKHTML_PDF_BINARY', '../vendor/bin/wkhtmltopdf-amd64'),
'binary' => env('WKHTML_PDF_BINARY', '../vendor/bin/wkhtmltopdf-buster-amd64'),
...
```

0 comments on commit 8ca058d

Please sign in to comment.