Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSedlacek authored Jun 19, 2024
1 parent 7affded commit 84e3729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ The `RoutingView` essentially is just wrapping your view with a `NavigationStack
NavigationStack(path: $routes) {
root()
.navigationDestination(for: Routes.self) { view in
view.body
view
}
}
```
Expand Down

0 comments on commit 84e3729

Please sign in to comment.