Skip to content

Commit bab0072

Browse files
committed
Update the readme about documentation
1 parent aa03216 commit bab0072

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,13 @@ If you need animated image, `AnimatedImage` is the one to choose. Remember it su
163163

164164
But, because `AnimatedImage` use `UIViewRepresentable` and driven by UIKit, currently there may be some small incompatible issues between UIKit and SwiftUI layout and animation system, or bugs related to SwiftUI itself. We try our best to match SwiftUI behavior, and provide the same API as `WebImage`, which make it easy to switch between these two types if needed.
165165

166-
For more information, it's really recommended to check our demo below, to learn detailed API usage.
166+
For more information, it's really recommended to check our demo, to learn detailed API usage. You can also have a check at the latest API documentation, for advanced usage.
167+
168+
## Documentation
169+
170+
+ [SDWebImageSwiftUI API documentation](https://sdwebimage.github.io/SDWebImageSwiftUI/)
171+
+ [SDWebImage API documentation](https://sdwebimage.github.io/)
172+
+ [SDWebImage Wiki](https://github.com/SDWebImage/SDWebImage/wiki/)
167173

168174
## Demo
169175

0 commit comments

Comments
 (0)