Skip to content

Commit 16d1f5a

Browse files
authored
docs: added spec requirement to plugin install
1 parent 060e2ab commit 16d1f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<!-- sample config.xml -->
7474
<widget id="com.eneff.branch.cordovatestbed" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
7575
<!-- Branch -->
76-
<plugin name="branch-cordova-sdk" />
76+
<plugin name="branch-cordova-sdk" spec="^2.5.0" />
7777
<branch-config>
7878
<branch-key value="key_live_ndqptlgXNE4LHqIahH1WIpbiyFlb62J3" />
7979
<uri-scheme value="branchcordova" />
@@ -87,7 +87,7 @@
8787
<!-- sample config.xml -->
8888
<widget id="com.eneff.branch.cordovatestbed" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
8989
<!-- Branch -->
90-
<plugin name="branch-cordova-sdk" />
90+
<plugin name="branch-cordova-sdk" spec="^2.5.0" />
9191
<branch-config>
9292
<branch-key value="key_live_ndqptlgXNE4LHqIahH1WIpbiyFlb62J3" />
9393
<uri-scheme value="branchcordova" />

0 commit comments

Comments
 (0)