Skip to content

Commit 00deaa8

Browse files
committed
2 parents a1d1a4d + b3faee6 commit 00deaa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ All issue reports, feature requests, contributions, and GitHub stars are welcome
5353
+ macOS 10.15+
5454
+ tvOS 13+
5555
+ watchOS 6+
56-
+ Swift 5.1+
56+
+ Swift 5.2+
5757

5858
## SwiftUI 2.0 Compatibility
5959

6060
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.
6161

62-
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`.
62+
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`.
6363

6464
```swift
6565
var body: some View {

0 commit comments

Comments
 (0)