Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreanor committed Sep 21, 2015
1 parent 321b66b commit 32fe243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ Intercom for iOS supports iOS 7.x, iOS 8.x and iOS 9.x. Intercom for Android ful

## Installation

## Cordova
### Cordova

To install the plugin in your Cordova app, run the following:

cordova plugin add cordova-plugin-intercom

## PhoneGap CLI
### PhoneGap CLI

To add the plugin to your PhoneGap app, add the following to your `config.xml`:

<gap:plugin name="cordova-plugin-intercom" version="1.1.0" source="npm" />

**Note:** Unfortunately, [PhoneGap build](https://build.phonegap.com) does not currently support [gradle builds](http://community.phonegap.com/nitobi/topics/phonegap-build-does-not-support-gradle-builds). This means on Android, our plugin only supports PhoneGap CLI or Cordova builds at this time.

##Configure Intercom
## Configuring Intercom

To use Intercom, you must add your app's keys to your `config.xml`:

Expand Down

0 comments on commit 32fe243

Please sign in to comment.