Skip to content

Commit

Permalink
Oops. Fix a typo again.
Browse files Browse the repository at this point in the history
  • Loading branch information
lexrus committed Apr 9, 2014
1 parent ad03f25 commit d5127da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Map URL patterns to viewController. Better in AppDelegate.

```objective-c
[[HHRouter shared] map:@"/user/:userId/" toControllerClass:[UserViewController class]];
```
### Exciting Time
Get viewController instance from URL. Params will be parsed automatically.
Expand Down

0 comments on commit d5127da

Please sign in to comment.