Skip to content

Commit 961da98

Browse files
authored
Merge pull request #250 from bryant1410/master
Fix broken headings in Markdown files
2 parents 3df3236 + c0d5a4a commit 961da98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
The example apps provide a basic demo of Intercom's iOS SDK. Further details on the SDK's API can be found [here](https://github.com/intercom/intercom-ios/blob/master/Intercom.framework/Headers/Intercom.h)
44

5-
##Objective C
5+
## Objective C
66
1. Go to **/Sample-ObjC** and open **Sample-ObjC.xcodeproj**
77
2. Set your iOS **API key** and **App ID** at the top of `ITCAppDelegate.m`
88
3. Build and Run 🎉
99

10-
##Swift
10+
## Swift
1111
1. Go to **/Sample-Swift** and open **Sample-Swift.xcodeproj**
1212
2. Set your iOS **API key** and **App ID** at the top of `AppDelegate.swift`
1313
3. Build and Run 🙌

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ When installing Intercom, you'll need to make sure that you have a `NSPhotoLibra
3838

3939
This is [required by Apple](https://developer.apple.com/library/content/qa/qa1937/_index.html) for all apps that access the photo library. It is necessary when installing Intercom due to the image upload functionality. Users will be prompted for the photo library permission only when they tap the image upload button.
4040

41-
##Example app
41+
## Example app
4242
There is an example app provided [here](https://github.com/intercom/intercom-ios/tree/master/Examples) for both Objective-C and Swift.
4343

44-
##Setup and Configuration
44+
## Setup and Configuration
4545

4646
* Our [installation guide](https://developers.intercom.com/docs/ios-installation) contains full setup and initialisation instructions.
4747
* Read ["Configuring Intercom for iOS"](https://developers.intercom.com/docs/ios-configuration).

0 commit comments

Comments
 (0)