Skip to content

Commit

Permalink
Merge pull request #69 from BranchMetrics/README-fixes
Browse files Browse the repository at this point in the history
NPM package is now on v2, and removing an extra '/'
  • Loading branch information
aaustin committed Mar 12, 2016
2 parents a68aa3b + 511f237 commit f6c44af
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ phonegap plugin add https://github.com/BranchMetrics/Cordova-Ionic-PhoneGap-Defe

#### NPM

**Note** NPM is still running the old repository for module v 1.8. Please see [the documentation here](https://github.com/BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK/tree/v1.8.0-locked).

```sh
npm install branch-cordova-sdk --variable BRANCH_LIVE_KEY=your-branch-key --variable BRANCH_TEST_KEY=your-branch-key --variable URI_SCHEME=your-app-uri-scheme
```
Expand Down Expand Up @@ -83,9 +81,9 @@ Add the following entry to your application's `config.xml`:
<universal-links>
<ios-team-id value="your_ios_team_id" />
<host name="bnc.lt" scheme="https">
<path prefix="your_encoded_id"/>
<path prefix="/your_encoded_id" />
<!--optional test ENV encoded id-->
<path prefix="/your_encoded_id"/>
<path prefix="/your_encoded_id" />
</host>
</universal-links>
```
Expand Down

0 comments on commit f6c44af

Please sign in to comment.