Skip to content

Commit d8ab92f

Browse files
authored
Revise use cases description in README
Updated the wording in the sample use cases section.
1 parent dc14951 commit d8ab92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ struct SomeView: View {
199199
## Sample
200200
For a working [sample](sample) open `iosApp/Gradient.xcodeproj` in Xcode and run standard configuration or use KMP plugin for Android Studio and choose `iosApp` in run configurations.
201201

202-
You'll find three different use cases:
202+
You'll find different use cases:
203203
- `GradientScreenCompose`: A screen rendered entirely in Compose (UI+state) and embedded in iOS;
204204
- `GradientScreenMixedA`: A screen rendered entirely in Compose with its state controlled by iOS;
205205
- `GradientScreenMixedB`: A screen rendered in Compose with a SwiftUI View embedded in it, and the state controlled by iOS;

0 commit comments

Comments
 (0)