Skip to content

Commit 48b6a36

Browse files
committed
Merge pull request #16 from jschmid/patch-1
Fixed typo in README
2 parents 464aaa1 + ff1f201 commit 48b6a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ If your navigation stack uses a modal presentation for this transition, the impl
122122
func pushRouteSegment(identifier: RouteElementIdentifier,
123123
completionHandler: RoutingCompletionHandler) -> Routable {
124124

125-
if identifier == "Home" {
125+
if identifier == "User" {
126126
// 1.) Perform the transition
127127
userViewController = UIStoryboard(name: "Main", bundle: nil)
128128
.instantiateViewControllerWithIdentifier("UserViewController") as! Routable

0 commit comments

Comments
 (0)