Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Jun 28, 2022
1 parent c6b6c6f commit b608ee8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ Browsershot also can get the body of an html page after JavaScript has been exec
Browsershot::url('https://example.com')->bodyHtml(); // returns the html of the body
```

If you want to set a custom temp path, you can use the `setCustomTempPath` method:

```php
Browsershot::url('https://example.com')
->setCustomTempPath(storage_path('browsershot'))
->pdf();
```

If you wish to retrieve an array list with all of the requests that the page triggered you can do so:

```php
Expand Down

0 comments on commit b608ee8

Please sign in to comment.