Update README.md

This commit is contained in:
Rahul Pandey
2017-03-07 18:02:49 +05:30
committed by GitHub
parent 0825bbb424
commit 4fc234625c
+4
View File
@@ -44,6 +44,7 @@ Response format
Currently there are two methods supported by the plugin.
* **Copy**
=========================================
This Method allows you the copy the database from www directory.
```javascript
@@ -69,6 +70,7 @@ This Method allows you the copy the database from www directory.
**error** -> function will be called if the there is some problem in copying the db or the file already exists on the location.
* **Copy Database from Device Storage**
===============================================
This is an untested version. Let me know if you have any suggestions. Also Pull Request are always welcome.
```javascript
@@ -95,6 +97,7 @@ This is an untested version. Let me know if you have any suggestions. Also Pull
**error** -> function will be called if the there is some problem in copying the db or the file already exists on the location.
* **Copy Database To Device Storage**
============================================
This is an untested version. Let me know if you have any suggestions. Also Pull Request are always welcome.
```javascript
@@ -121,6 +124,7 @@ This is an untested version. Let me know if you have any suggestions. Also Pull
* **Remove**
==================================
This method allows you to remove the database from the apps default database storage location.
```javascript