From 4bed0bc3620f53f0340eda20b49d409fe9c8f06f Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 17 Feb 2016 07:58:23 -0800 Subject: [PATCH] Correct the capitalization of Xcode in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee577f95..7751880f 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Switch content view controllers: 1. Create a subclass of `RESideMenu`. In this example we call it `DEMORootViewController`. 2. In the Storyboard designate the root view's owner as `DEMORootViewController`. 3. Make sure to `#import "RESideMenu.h"` in `DEMORootViewController.h`. -4. Add more view controllers to your Storyboard, and give them identifiers "leftMenuViewController", "rightMenuViewController" and "contentViewController". Note that in the new XCode the identifier is called "Storyboard ID" and can be found in the Identity inspector. +4. Add more view controllers to your Storyboard, and give them identifiers "leftMenuViewController", "rightMenuViewController" and "contentViewController". Note that in the new Xcode the identifier is called "Storyboard ID" and can be found in the Identity inspector. 5. Add a method `awakeFromNib` to `DEMORootViewController.m` with the following code: ```objective-c