From b8cdbe9ebd5de99f2472e1e8e39a1314c32a8593 Mon Sep 17 00:00:00 2001 From: "Benjamin Scholtysik (Reimold)" Date: Tue, 13 Sep 2016 15:29:55 -0700 Subject: [PATCH] a tiny tiny fix to the readme --- README.md | 4 ++-- docs/Guide-Installation-Setup-template.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0485b95197..1cb7f84102 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Our examples will use the **default** SDK (`HockeySDK.embeddedframework`). ``` 3. Search for the method `application:didFinishLaunchingWithOptions:` -4. Add the following lines to setup and start the Application Insights SDK: +4. Add the following lines to setup and start the HockeyApp SDK: ```objectivec [[BITHockeyManager sharedHockeyManager] configureWithIdentifier:@"APP_IDENTIFIER"]; @@ -136,7 +136,7 @@ Our examples will use the **default** SDK (`HockeySDK.embeddedframework`). application(application: UIApplication, didFinishLaunchingWithOptions launchOptions:[NSObject: AnyObject]?) -> Bool ``` -4. Add the following lines to setup and start the Application Insights SDK: +4. Add the following lines to setup and start the HockeyApp SDK: ```swift BITHockeyManager.sharedHockeyManager().configureWithIdentifier("APP_IDENTIFIER") diff --git a/docs/Guide-Installation-Setup-template.md b/docs/Guide-Installation-Setup-template.md index 416ea89a1a..e4e964bfd3 100644 --- a/docs/Guide-Installation-Setup-template.md +++ b/docs/Guide-Installation-Setup-template.md @@ -85,7 +85,7 @@ Our examples will use the full featured SDK (`HockeySDK.embeddedframework`). ``` 3. Search for the method `application:didFinishLaunchingWithOptions:` -4. Add the following lines to setup and start the Application Insights SDK: +4. Add the following lines to setup and start the HockeyApp SDK: ```objectivec [[BITHockeyManager sharedHockeyManager] configureWithIdentifier:@"APP_IDENTIFIER"]; @@ -109,7 +109,7 @@ Our examples will use the full featured SDK (`HockeySDK.embeddedframework`). application(application: UIApplication, didFinishLaunchingWithOptions launchOptions:[NSObject: AnyObject]?) -> Bool ``` -4. Add the following lines to setup and start the Application Insights SDK: +4. Add the following lines to setup and start the HockeyApp SDK: ```swift BITHockeyManager.sharedHockeyManager().configureWithIdentifier("APP_IDENTIFIER")