From 513ab6a07f05e5d5dfcd0b9914ae3a9d26f4a53b Mon Sep 17 00:00:00 2001 From: Aryan Ghassemi Date: Sun, 12 May 2013 00:07:58 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a455826..f571807 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Switch Between ViewControllers Let's say a menu item was selected ``` SomeViewController *vc = [[SomeViewController alloc] init]; -[[SlideNavigationController sharedInstance] switchViewController:vc withCompletion:nil]; +[[SlideNavigationController sharedInstance] switchToViewController:vc withCompletion:nil]; ``` Configuring Left and Right menu for different Viewcontrollers --------- @@ -41,7 +41,7 @@ Configuring Left and Right menu for different Viewcontrollers ``` @implementation MyViewController -- (BOOL)slideNavigationControllerShoulDSisplayLeftMenu +- (BOOL)slideNavigationControllerShouldDisplayLeftMenu { return YES; }