We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 754d1cd + 7d5b1d8 commit 02f8333Copy full SHA for 02f8333
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