Skip to content

Commit

Permalink
fixed calendar readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Harri Sarsa committed Aug 23, 2013
1 parent 84e1287 commit 3aefc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Usage with Steroids

The SQLite plugin is bundled in with AppGyver Scanner, so there's no need to install it separately. Simply copy the JavaScript files in the `www` directory to your project and load them in your app, e.g. with a `<script src="/plugins/sqliteplugin.js"></script>" tag. Note that you only need to load the `sqliteplugin.js` file – on Android, the `sqliteplugin.android.js` file is used automatically instead. Read more at [Steroids Guides](http://guides.appgyver.com/steroids/guides/android/android-extension/).
The Calendar plugin is bundled in with AppGyver Scanner, so there's no need to install it separately. Simply copy the JavaScript files in the `www` directory to your project and load them in your app, e.g. with a `<script src="/plugins/calendar.js"></script>" tag.

You also need to make sure that your `config.platform.xml` file has the correct tag defined:

Expand Down

0 comments on commit 3aefc00

Please sign in to comment.