Skip to content

Commit

Permalink
chore(README): add missing import for cookies example
Browse files Browse the repository at this point in the history
  • Loading branch information
gulien committed Apr 11, 2024
1 parent 7c6726e commit d208bfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ $request = Gotenberg::chromium($apiUrl)
You may add ccookies to store in the Chromium cookie jar:

```php
use Gotenberg\Modules\ChromiumCookie;
use Gotenberg\Gotenberg;

$request = Gotenberg::chromium($apiUrl)
Expand Down

0 comments on commit d208bfa

Please sign in to comment.