Update the readme, fix typo about supported formats

This commit is contained in:
DreamPiggy 2019-09-27 17:28:25 +08:00
parent 9c1682e37b
commit 302a547854
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ This library provides an async image downloader with cache support. For convenie
- Image formats supported by UIImage (JPEG, PNG, HEIC, ...), including GIF/APNG/HEIC animation
- WebP format, including animated WebP (use the [SDWebImageWebPCoder](https://github.com/SDWebImage/SDWebImageWebPCoder) project)
- Support extendable coder plugins for new image formats. Like BPG, HFIF, SVG, etc. See all the list in [Image coder plugin List](https://github.com/SDWebImage/SDWebImage/wiki/Coder-Plugin-List)
- Support extendable coder plugins for new image formats like BPG, AVIF. And vector format like PDF, SVG. See all the list in [Image coder plugin List](https://github.com/SDWebImage/SDWebImage/wiki/Coder-Plugin-List)
## Additional modules