diff --git a/README.md b/README.md index f3fc2c9..79f4b02 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ To disable live blurring, set `liveBlur` property to `NO`. 1. Create a subclass of `REFrostedViewController`. In this example we call it `DEMORootViewController`. 2. In the Storyboard designate the root view's owner as `DEMORootViewController`. 3. Make sure to `#import "REFrostedViewController.h"` in `DEMORootViewController.h`. -4. Add more view controllers to your Storyboard, and give them identifiers "menuController" and "contentController". 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 "menuController" and "contentController". 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