Update README.md

Fix some typos in README.md
This commit is contained in:
DreamPiggy 2021-02-23 16:43:11 +08:00 committed by GitHub
parent 6fcaa47f45
commit b3faee62d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -53,13 +53,13 @@ All issue reports, feature requests, contributions, and GitHub stars are welcome
+ macOS 10.15+
+ tvOS 13+
+ watchOS 6+
+ Swift 5.1+
+ Swift 5.2+
## SwiftUI 2.0 Compatibility
iOS 14(macOS 11) introduce the SwiftUI 2.0, which keep the most API compatible, but changes many internal behaviors, which breaks the SDWebImageSwiftUI's function.
From v2.0.0, we adopt SwiftUI 2.0 and iOS 14(macOS 11)'s behavior.You can use `WebImage` and `AnimatedImage` inside the new `LazyVStack`.
From v2.0.0, we adopt SwiftUI 2.0 and iOS 14(macOS 11)'s behavior. You can use `WebImage` and `AnimatedImage` inside the new `LazyVStack`.
```swift
var body: some View {