Fix README note about API change

This commit is contained in:
Chris Brody 2012-04-09 17:04:04 +02:00
parent 068d23bbc3
commit 90dadd6619

View File

@ -97,7 +97,7 @@ I put the information here for the sake of completeness. I have tested the Droid
Cordova iOS
-----------
**NOTE:** Please use sqlitePlugin.openDatabase() to open a database, this will be changed to sqlitePlugin.openDatabase(), the parameters are different from the old SQLitePlugin() constructor which is now gone. This should a closer resemblance to the HTML5/W3 SQL API.
**NOTE:** Please use sqlitePlugin.openDatabase() to open a database, the parameters are different from the old SQLitePlugin() constructor which is now gone. This should a closer resemblance to the HTML5/W3 SQL API.
## Coffee Script