File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Following integrations are available:
20
20
## Installation using [ Composer] ( http://getcomposer.org/ )
21
21
22
22
``` bash
23
- $ composer require knplabs/knp-snappy
23
+ composer require knplabs/knp-snappy
24
24
```
25
25
26
26
## Usage
@@ -103,15 +103,15 @@ $snappy->resetOptions();
103
103
If you want to download wkhtmltopdf and wkhtmltoimage with composer you add to ` composer.json ` :
104
104
105
105
``` bash
106
- $ composer require h4cc/wkhtmltopdf-i386 0.12.x
107
- $ composer require h4cc/wkhtmltoimage-i386 0.12.x
106
+ composer require h4cc/wkhtmltopdf-i386 0.12.x
107
+ composer require h4cc/wkhtmltoimage-i386 0.12.x
108
108
```
109
109
110
110
or this if you are in 64 bit based system:
111
111
112
112
``` bash
113
- $ composer require h4cc/wkhtmltopdf-amd64 0.12.x
114
- $ composer require h4cc/wkhtmltoimage-amd64 0.12.x
113
+ composer require h4cc/wkhtmltopdf-amd64 0.12.x
114
+ composer require h4cc/wkhtmltoimage-amd64 0.12.x
115
115
```
116
116
117
117
And then you can use it
You can’t perform that action at this time.
0 commit comments