diff --git a/README.md b/README.md index d6e87e7..e4ce2c6 100644 --- a/README.md +++ b/README.md @@ -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 } } ```