From 7526b4c48784ea8f687fdc74a4f47e3ba67ed9c1 Mon Sep 17 00:00:00 2001 From: Alex Bauer Date: Fri, 11 Mar 2016 13:58:41 -0500 Subject: [PATCH 1/2] NPM package is now on v2, and removing an extra '/' --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c66ecc9d..8c92a618 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -85,7 +83,7 @@ Add the following entry to your application's `config.xml`: - + ``` From 511f237f47791751d1a688d41e08771aa7cfb76d Mon Sep 17 00:00:00 2001 From: Alex Bauer Date: Sat, 12 Mar 2016 11:37:04 -0500 Subject: [PATCH 2/2] Reverse path prefix change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c92a618..51cc0cac 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,9 @@ Add the following entry to your application's `config.xml`: - + - + ```