Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhanAksut authored Jun 5, 2024
1 parent 84b8098 commit 73138af
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,9 @@ present(controller, animated: true)
#### SwiftUI
```swift
var body: some View {
NavigationStack {
NavigationLink("Show FeatureB Screen") {
FeatureStore.shared.featureB.build()
}
...
NavigationLink("Show FeatureB Screen") {
FeatureStore.shared.featureB.build()
}
}
```
Expand Down

0 comments on commit 73138af

Please sign in to comment.