Skip to content

Commit

Permalink
Merge pull request #476 from jeffersonsimaogoncalves/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
alexpozzi committed Jun 22, 2023
2 parents 619dcfd + 0b0d96b commit aefa77c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Following integrations are available:
## Installation using [Composer](http://getcomposer.org/)

```bash
$ composer require knplabs/knp-snappy
composer require knplabs/knp-snappy
```

## Usage
Expand Down Expand Up @@ -103,15 +103,15 @@ $snappy->resetOptions();
If you want to download wkhtmltopdf and wkhtmltoimage with composer you add to `composer.json`:

```bash
$ composer require h4cc/wkhtmltopdf-i386 0.12.x
$ composer require h4cc/wkhtmltoimage-i386 0.12.x
composer require h4cc/wkhtmltopdf-i386 0.12.x
composer require h4cc/wkhtmltoimage-i386 0.12.x
```

or this if you are in 64 bit based system:

```bash
$ composer require h4cc/wkhtmltopdf-amd64 0.12.x
$ composer require h4cc/wkhtmltoimage-amd64 0.12.x
composer require h4cc/wkhtmltopdf-amd64 0.12.x
composer require h4cc/wkhtmltoimage-amd64 0.12.x
```

And then you can use it
Expand Down

0 comments on commit aefa77c

Please sign in to comment.