We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08660e9 commit c45d547Copy full SHA for c45d547
README.md
@@ -54,7 +54,7 @@ The plugin can be installed via the Cordova command line interface:
54
* Navigate to the root folder for your phonegap project.
55
* Run the command:
56
57
-OLD API:
+
58
```sh
59
cordova plugin add cordova-plugin-nativestorage
60
```
@@ -63,11 +63,6 @@ or through this git repo if you want to be running the development version:
63
cordova plugin add https://github.com/GillesC/cordova-plugin-nativestorage.git
64
65
66
-***NEW API***:
67
-```sh
68
-cordova plugin add https://github.com/GillesC/cordova-plugin-nativestorage.git#v2_alpha_dev
69
-```
70
-
71
##<a name="supported_platforms"></a>Supported platforms
72
- Android
73
- iOS
0 commit comments