Skip to content

Commit 923087b

Browse files
committed
docs: fix wrong example for
1 parent e5c62de commit 923087b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Example: `image.jpg => image.webp (instead of image.jpg.webp)`
5959
Type: `Array<string>`
6060
Default: `[]`
6161
Description: *list of classes for which the transformation will be ignored*
62-
Example: `image.jpg => image.webp (instead of image.jpg.webp)`
62+
Example: `classIgnore: ['ignore-webp']` will ignore transformation for images with the class `ignore-web`
6363

6464
#### `extensionIgnore`
6565

0 commit comments

Comments
 (0)