Skip to content

Commit 3f51eee

Browse files
committed
Have consistent casing
1 parent c3973eb commit 3f51eee

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
55

66
# Table of Contents
7-
- [Installing with a Dependency Manager](#installing-with-a-dependency-manager)
7+
- [Installing with a dependency manager](#installing-with-a-dependency-manager)
88
- [Carthage](#carthage)
99
- [CocoaPods](#cocoapods)
10-
- [Installing Manually](#installing-manually)
11-
- [Migrating from a Version Prior to 6.1.0](#migrating-from-a-version-prior-to-610)
12-
- [Sample Projects](#sample-projects)
10+
- [Installing manually](#installing-manually)
11+
- [Migrating from a version prior to 6.1.0](#migrating-from-a-version-prior-to-610)
12+
- [Sample projects](#sample-projects)
1313
- [Configuring the SDK](#configuring-the-sdk)
1414
- [Using the SDK](#using-the-sdk)
15-
- [Push Notifications](#push-notifications)
16-
- [Deep Links](#deep-links)
17-
- [In-app Messages](#in-app-messages)
18-
- [Mobile Inbox](#mobile-inbox)
19-
- [Custom Events](#custom-events)
20-
- [User Fields](#user-fields)
21-
- [Uninstall Tracking](#uninstall-tracking)
22-
- [Additional Information](#additional-information)
15+
- [Push notifications](#push-notifications)
16+
- [Deep links](#deep-links)
17+
- [In-app messages](#in-app-messages)
18+
- [Mobile inbox](#mobile-inbox)
19+
- [Custom events](#custom-events)
20+
- [User fields](#user-fields)
21+
- [Uninstall tracking](#uninstall-tracking)
22+
- [Additional information](#additional-information)
2323
- [License](#license)
2424
- [Want to Contribute?](#want-to-contribute)
2525

@@ -733,7 +733,7 @@ config.customActionDelegate = YourCustomActionDelegate()
733733

734734
To customize the time delay between successive in-app messages (default value of 30 seconds), set `IterableConfig.inAppDisplayInterval` to an appropriate value (in seconds).
735735

736-
### Mobile Inbox
736+
### Mobile inbox
737737

738738
Apps using version 6.2.0 and later of this SDK can save in-app messages to an inbox. This inbox displays a list of saved in-app messages and allows users to read and interact with them at their convenience. The SDK provides a default user interface for the inbox, and it can be customized to match your brand's styles.
739739

@@ -744,7 +744,7 @@ To configure an in-app message to use the inbox, marketers should:
744744
- Enable the **Show in Inbox** toggle in the in-app message's template
745745
- Choose whether or not to **Deliver Silently to Inbox** (so that the message does not display prominently when the device receives it, but can be viewed later by the user)
746746

747-
#### Mobile Inbox implementation guide
747+
#### Mobile inbox implementation guide
748748

749749
When implementing an inbox, you'll work primarily with the `IterableInboxNavigationViewController` class, a subclass of `UINavigationController`. This class automatically instantiates `IterableInboxViewController` as its root view controller.
750750

0 commit comments

Comments
 (0)