From a7195459d91ee54608a22dcf1bf361ae84f99ae7 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Fri, 9 Aug 2019 18:29:29 +0800 Subject: [PATCH] Update readme to fix some typos --- Example/Podfile.lock | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Example/Podfile.lock b/Example/Podfile.lock index e2e864c..70889bb 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -18,7 +18,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: SDWebImage: fb387001955223213dde14bc08c8b73f371f8d8f - SDWebImageSwiftUI: 37af9cb22b2c4581e09a341d88ee96ba98c21c32 + SDWebImageSwiftUI: 22254f3ced4f056602cd8167b64106ab6419c6e6 PODFILE CHECKSUM: 146734166216dd8fc1597433cc675999454ed4b2 diff --git a/README.md b/README.md index 589a09c..ccb32ef 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ This is an experimental project for [SDWebImage](https://github.com/SDWebImage/SDWebImage). -It aims to ensure the following function available for users and try to do some experiment for Swift platform. +It aims to ensure the following function available for users and try to do some experiments for Swift platform. + Swift Package Manager integration + SwiftUI compatibility + Swift source code compatibility -Note we do not gurantee the public API stable for current status. Since Xcode 11 is not get released and SwiftUI is a new platform for us. +Note we do not guarantee the public API stable for current status. Since Xcode 11 is not get released and SwiftUI is a new platform for us. ## Requirements @@ -81,7 +81,7 @@ var body: some View { } ``` -It supports both image url or image data for animated image format. +It supports both image url or image data for animated image format. Which use the SDWebImage's [Animated ImageView](https://github.com/SDWebImage/SDWebImage/wiki/Advanced-Usage#animated-image-50) for internal implementation. ## Demo