Skip to content

Commit

Permalink
correcting README syntax (#2481)
Browse files Browse the repository at this point in the history
  • Loading branch information
ictechgy authored Sep 26, 2023
1 parent bec8baa commit 00496ee
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,11 +517,13 @@ This means the entry point to the application no longer needs to construct depen
@main
struct MyApp: App {
var body: some Scene {
FeatureView(
store: Store(initialState: Feature.State()) {
Feature()
}
)
WindowGroup {
FeatureView(
store: Store(initialState: Feature.State()) {
Feature()
}
)
}
}
}
```
Expand Down

0 comments on commit 00496ee

Please sign in to comment.