From ad9da9266652babdc64a1612e78adf0c5555bd84 Mon Sep 17 00:00:00 2001 From: Daniel Rona Date: Tue, 8 Oct 2024 21:09:53 +0200 Subject: [PATCH] Update README.md Added a note that $directoryToWhereImagesShouldBeStored must exist before calling saveAllPages --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6c39ee5..e6fc5f2 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,9 @@ $width = $size->width; $height = $size->height; ``` +> [!NOTE] +> $directoryToWhereImagesShouldBeStored must be an existing directory + Save all pages to images: ```php