Skip to content

Commit 64ab45c

Browse files
minor fix in readme
1 parent 60506a1 commit 64ab45c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ sharpOptimizeImages({
7474
Type: `object`<br>
7575
An object that allows you to convert `all` images into images of a `specific type`.
7676
<br>
77-
Optimizes and transmits the original.
77+
Also optimizes and transmits the original.
7878
<br>
7979

8080
```js
81-
// example, all images will be converted to avif
81+
// example, all images will be converted to avif. The originals will also be optimized and transferred.
8282
avif: {
8383
param: value,
8484
},

0 commit comments

Comments
 (0)