Committed by
GitHub
Updated the README
Showing
1 changed file
with
4 additions
and
4 deletions
@@ -7,12 +7,12 @@ | @@ -7,12 +7,12 @@ | ||
7 | [](http://cocoadocs.org/docsets/SDWebImage/) | 7 | [](http://cocoadocs.org/docsets/SDWebImage/) |
8 | [](http://cocoadocs.org/docsets/SDWebImage/) | 8 | [](http://cocoadocs.org/docsets/SDWebImage/) |
9 | [](https://www.apache.org/licenses/LICENSE-2.0.html) | 9 | [](https://www.apache.org/licenses/LICENSE-2.0.html) |
10 | -[](https://www.versioneye.com/objective-c/sdwebimage/3.3) | 10 | +[](https://www.versioneye.com/objective-c/sdwebimage) |
11 | [](https://www.versioneye.com/objective-c/sdwebimage/references) | 11 | [](https://www.versioneye.com/objective-c/sdwebimage/references) |
12 | [](https://github.com/rs/SDWebImage) | 12 | [](https://github.com/rs/SDWebImage) |
13 | -[](https://codecov.io/gh/rs/SDWebImage) | 13 | +[](https://codecov.io/gh/rs/SDWebImage) |
14 | 14 | ||
15 | -This library provides an async image downloader with cache support. For convenience, we added categories for some `UIControl` elements like `UIImageView`. | 15 | +This library provides an async image downloader with cache support. For convenience, we added categories for UI elements like `UIImageView`, `UIButton`, `MKAnnotationView`. |
16 | 16 | ||
17 | ## Features | 17 | ## Features |
18 | 18 | ||
@@ -29,7 +29,7 @@ This library provides an async image downloader with cache support. For convenie | @@ -29,7 +29,7 @@ This library provides an async image downloader with cache support. For convenie | ||
29 | ## Supported Image Formats | 29 | ## Supported Image Formats |
30 | 30 | ||
31 | - Image formats supported by UIImage (JPEG, PNG, ...), including GIF | 31 | - Image formats supported by UIImage (JPEG, PNG, ...), including GIF |
32 | -- WebP format (use the `WebP` subspec) | 32 | +- WebP format, including animated WebP (use the `WebP` subspec) |
33 | 33 | ||
34 | ## Requirements | 34 | ## Requirements |
35 | 35 |
-
Please register or login to post a comment