Skip to content

Commit cab94ab

Browse files
author
Christopher J. Brody
committed
update title
(to help avoid overwrite during an upcoming merge)
1 parent a5ab69f commit cab94ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cross-platform SQLite storage plugin for Cordova/PhoneGap - cordova-sqlite-storage plugin version
1+
# Cross-platform SQLite storage plugin for Cordova / PhoneGap - cordova-sqlite-storage plugin version
22

33
Native SQLite component with API based on HTML5/[Web SQL (DRAFT) API](http://www.w3.org/TR/webdatabase/) for the following platforms:
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cordova-sqlite-storage",
33
"version": "6.0.0-dev",
4-
"description": "Native interface to SQLite for PhoneGap/Cordova - cordova-sqlite-storage plugin version",
4+
"description": "Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version",
55
"cordova": {
66
"id": "cordova-sqlite-storage",
77
"platforms": [

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
id="cordova-sqlite-storage"
55
version="6.0.0-dev">
66

7-
<name>Cordova sqlite storage plugin - cordova-sqlite-storage plugin version</name>
7+
<name>Cordova SQLite storage plugin - cordova-sqlite-storage plugin version</name>
88

99
<license>MIT</license>
1010

0 commit comments

Comments
 (0)