Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added a note that $directoryToWhereImagesShouldBeStored must exist before calling saveAllPages
  • Loading branch information
danielrona authored Oct 8, 2024
1 parent 3066671 commit ad9da92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ $width = $size->width;
$height = $size->height;
```

> [!NOTE]
> $directoryToWhereImagesShouldBeStored must be an existing directory
Save all pages to images:

```php
Expand Down

0 comments on commit ad9da92

Please sign in to comment.