File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ There's a full demo app embedded in this repository. It should serve as an examp
29
29
#### Add the plugin
30
30
31
31
``` sh
32
- cordova plugin add branch-cordova-sdk --variable BRANCH_KEY=< your-branch-key> --variable URI_SCHEME=< your-app-uri-scheme-without-colon-and-slashes>
32
+ cordova plugin add https://github.com/BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK.git --variable BRANCH_KEY=< your-branch-key> --variable URI_SCHEME=< your-app-uri-scheme-without-colon-and-slashes>
33
33
```
34
34
example:
35
35
``` sh
36
- cordova plugin add branch-cordova-sdk --variable BRANCH_KEY=key_live_fnmRM1FXtu11t6e4LU8WsldpvDcA0bzv --variable URI_SCHEME=branchsters
36
+ cordova plugin add https://github.com/BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK.git --variable BRANCH_KEY=key_live_fnmRM1FXtu11t6e4LU8WsldpvDcA0bzv --variable URI_SCHEME=branchsters
37
37
```
38
38
39
39
### Additional App Permissions
You can’t perform that action at this time.
0 commit comments