Skip to content

Commit 9b645ba

Browse files
author
Mitch
committed
Fix readme typo
1 parent 8a1773b commit 9b645ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The properties `$quality_jpg` and `$quality_png` are available for you to config
119119

120120
```php
121121
$image = new ImageResize('image.jpg');
122-
$image->quality_png = 100;
122+
$image->quality_jpg = 100;
123123
$image->resize(800, 600);
124124
$image->save('image2.jpg');
125125
```

0 commit comments

Comments
 (0)