Skip to content

Commit a719545

Browse files
committed
Update readme to fix some typos
1 parent 2ba0919 commit a719545

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Example/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ EXTERNAL SOURCES:
1818

1919
SPEC CHECKSUMS:
2020
SDWebImage: fb387001955223213dde14bc08c8b73f371f8d8f
21-
SDWebImageSwiftUI: 37af9cb22b2c4581e09a341d88ee96ba98c21c32
21+
SDWebImageSwiftUI: 22254f3ced4f056602cd8167b64106ab6419c6e6
2222

2323
PODFILE CHECKSUM: 146734166216dd8fc1597433cc675999454ed4b2
2424

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
This is an experimental project for [SDWebImage](https://github.com/SDWebImage/SDWebImage).
1313

14-
It aims to ensure the following function available for users and try to do some experiment for Swift platform.
14+
It aims to ensure the following function available for users and try to do some experiments for Swift platform.
1515

1616
+ Swift Package Manager integration
1717
+ SwiftUI compatibility
1818
+ Swift source code compatibility
1919

20-
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.
20+
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.
2121

2222
## Requirements
2323

@@ -81,7 +81,7 @@ var body: some View {
8181
}
8282
```
8383

84-
It supports both image url or image data for animated image format.
84+
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.
8585

8686
## Demo
8787

0 commit comments

Comments
 (0)