diff --git a/README.md b/README.md
index 75e5de8..cfce9ca 100644
--- a/README.md
+++ b/README.md
@@ -163,24 +163,61 @@ These installation instructions are based on the Android example project from Ph
- Install Android/assets/www/SQLitePlugin.js from this repository into assets/www subdirectory
- Install Android/src/com/phonegap/plugin/sqlitePlugin/SQLitePlugin.java from this repository into src/com/phonegap/plugin/sqlitePlugin subdirectory
- - Add the plugin element to ~~res/xml/config.xml~~ res/xml/plugins.xml
+ - Add the plugin element to ~~res/xml/config.xml~~ res/xml/plugins.xml
Sample change to res/xml/plugins.xml:
--- plugins.xml.old 2012-07-23 17:29:56.000000000 +0200
- +++ res/xml/plugins.xml 2012-07-23 17:30:27.000000000 +0200
+ +++ res/xml/plugins.xml 2012-07-23 22:30:00.000000000 +0200
@@ -18,6 +18,7 @@
under the License.
-->
- +
+ +
### Quick test
-TBD
+Make a change like this to index.html to run a small test program to verify the installation is OK:
+
+ --- index.html.old 2012-07-23 22:05:21.000000000 +0200
+ +++ assets/www/index.html 2012-07-23 22:43:42.000000000 +0200
+ @@ -24,7 +24,32 @@
+ PhoneGap
+
+
+ -
+ +
+ +
+ +
+
+
+
# Unit test(s)