Skip to content

Commit cab8e08

Browse files
Merge branch 'doc/npm-doc' into 'master'
doc(npm): npm package installation adjusted See merge request papers/airgap/cordova-plugin-airgap-secure-storage!10
2 parents 3648510 + a224b63 commit cab8e08

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@
44
Install the plugin simply using npm:
55

66
```
7-
npm install git+ssh://git@github.com:airgap-it/cordova-plugin-airgap-secure-storage.git#master --save
7+
npm install cordova-plugin-airgap-secure-storage --save
88
```
99

1010
Make sure the plugin is added in your cordova `config.xml` as follows:
1111

1212
```
13-
<plugin name="cordova-plugin-airgap-secure-storage" spec="git+ssh://git@github.com:airgap-it/cordova-plugin-airgap-secure-storage.git#master" />
13+
<plugin name="cordova-plugin-airgap-secure-storage" spec="0.1.5" />
1414
```
1515

16-
Instead of `#master` you can also pass a specific commit-hash to fix the version you would like to install.
17-
1816
### iOS
1917

2018
In order to use Face ID, this plugins requires the following usage description:

0 commit comments

Comments
 (0)