Skip to content

Commit 8b40da0

Browse files
authored
Update readme lossless note (#346)
1 parent 1cbb7c5 commit 8b40da0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: readme.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ Note that you may come across an older, implicit syntax. In versions < 3, the sa
8080

8181
## API
8282

83-
Comes bundled with the following **lossless** optimizers:
83+
Comes bundled with the following optimizers:
8484

85-
- [gifsicle](https://github.com/imagemin/imagemin-gifsicle)*Compress GIF images*
86-
- [mozjpeg](https://github.com/imagemin/imagemin-mozjpeg)*Compress JPEG images*
87-
- [optipng](https://github.com/imagemin/imagemin-optipng)*Compress PNG images*
88-
- [svgo](https://github.com/imagemin/imagemin-svgo)*Compress SVG images*
85+
- [gifsicle](https://github.com/imagemin/imagemin-gifsicle)*Compress GIF images, lossless*
86+
- [mozjpeg](https://github.com/imagemin/imagemin-mozjpeg)*Compress JPEG images, lossy*
87+
- [optipng](https://github.com/imagemin/imagemin-optipng)*Compress PNG images, lossless*
88+
- [svgo](https://github.com/imagemin/imagemin-svgo)*Compress SVG images, lossless*
8989

9090
These are bundled for convenience and most users will not need anything else.
9191

0 commit comments

Comments
 (0)