diff --git a/docs/Guide-Installation-Setup-Advanced-template.md b/docs/Guide-Installation-Setup-Advanced-template.md index 5af1d2ad54..e963b5842c 100644 --- a/docs/Guide-Installation-Setup-Advanced-template.md +++ b/docs/Guide-Installation-Setup-Advanced-template.md @@ -116,9 +116,9 @@ If you need support for iOS 3.x, please check out [HockeyKit](http://support.hoc #import "HockeySDK.h" -3. Let the AppDelegate implement the protocols `BITHockeyManagerDelegate`, `BITUpdateManagerDelegate` and `BITCrashManagerDelegate`: +3. Let the AppDelegate implement the protocols `BITHockeyManagerDelegate`: - @interface AppDelegate(HockeyProtocols) {} + @interface AppDelegate(HockeyProtocols) {} @end 4. Search for the method `application:didFinishLaunchingWithOptions:` diff --git a/docs/Guide-Installation-Setup-template.md b/docs/Guide-Installation-Setup-template.md index c77abe1f23..f4c7f86a85 100644 --- a/docs/Guide-Installation-Setup-template.md +++ b/docs/Guide-Installation-Setup-template.md @@ -86,9 +86,9 @@ If you need support for iOS 3.x, please check out [HockeyKit](http://support.hoc #import -3. Let the AppDelegate implement the protocols `BITHockeyManagerDelegate`, `BITUpdateManagerDelegate` and `BITCrashManagerDelegate`: +3. Let the AppDelegate implement the protocols `BITHockeyManagerDelegate`: - @interface AppDelegate(HockeyProtocols) {} + @interface AppDelegate(HockeyProtocols) {} @end 4. Search for the method `application:didFinishLaunchingWithOptions:`