From 907eee38e8c3725e769806de1c77039e877d7066 Mon Sep 17 00:00:00 2001 From: masterrr Date: Thu, 11 Dec 2014 21:06:20 +0300 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a24ca73..696a76a 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ Setup - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { LeftMenuViewController *leftMenu = [[LeftMenuViewController alloc] init]; - RightMenuViewController *righMenu = [[RightMenuViewController alloc] init]; + RightMenuViewController *rightMenu = [[RightMenuViewController alloc] init]; - [SlideNavigationController sharedInstance].righMenu = rightMenu; + [SlideNavigationController sharedInstance].rightMenu = rightMenu; [SlideNavigationController sharedInstance].leftMenu = leftMenu; // Override point for customization after application launch.