We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754d1cd commit 7d5b1d8Copy full SHA for 7d5b1d8
1 file changed
README.md
@@ -61,7 +61,7 @@ After you've initialized your store, create an instance of `Router`, passing in
61
62
```swift
63
router = Router(store: mainStore, rootRoutable: RootRoutable(routable: rootViewController)) { state in
64
- state.navigationState
+ state.select { $0.navigationState }
65
}
66
```
67
0 commit comments