From 5cf9218a78ce89fba105703db55e826a55f8dfb7 Mon Sep 17 00:00:00 2001 From: Aryan Ghassemi Date: Fri, 1 Aug 2014 09:57:54 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9254fbc..066912b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Setup ``` Configuring Left and Right menu for different Viewcontrollers --------- -You decide whether to enable or disable slide functionality on each viewController by implementing the following delegate methods of SlideNavigationControllerDelegate. These methods are optional, and if not implemented the menu functionality will be disabled for that particulat viewController. +You decide whether to enable or disable slide functionality on **each viewController** by implementing the following delegate methods of SlideNavigationControllerDelegate. These methods are optional, and if not implemented the menu functionality will be disabled for that particulat viewController. ``` @interface MyViewController : UIViewController @end