diff --git a/README.md b/README.md index 71f19b96fa..51d855084b 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Drag & drop the HockeySDK folder from your project directory to your Xcode proje 1. Open your AppDelegate.m file. -2. Add the following line at the top of the file below your own #import statements:
#import "BWHockeyManager.h"
+2. Add the following line at the top of the file below your own #import statements:#import "CNSHockeyManager.h"
3. Search for the method application:didFinishLaunchingWithOptions: