From d5127da3a392edf95c163d6c9eb0e85c1cc8c69a Mon Sep 17 00:00:00 2001 From: Lex Tang Date: Wed, 9 Apr 2014 11:52:07 +0800 Subject: [PATCH] Oops. Fix a typo again. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc4fee5..e452472 100644 --- a/README.md +++ b/README.md @@ -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.