Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
akovalyov committed Aug 5, 2015
1 parent 7091cc7 commit 9241362
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.markdown
Expand Up @@ -103,8 +103,9 @@ $snappy = new Pdf($myProjectDirectory . '/vendor/h4cc/wkhtmltopdf-amd64/bin/wkht

## Some use cases

If you want to generate table of contents and you want to use custom XSL stylesheet, do the following
```
If you want to generate table of contents and you want to use custom XSL stylesheet, do the following:

```php
<?php
$snappy = new Pdf('/path/to/binary');

Expand Down

0 comments on commit 9241362

Please sign in to comment.