Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dlebu committed Oct 30, 2015
1 parent bbe3ed8 commit 2048472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/basic/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cordova CodePush Sample App - Basic

This is a sample application demonstrating the CodePush sync operation. All the CodePush specific code is found in [index.js](/sample/www/js/index.js). The CodePush configuration is found in [config.xml](/sample/config.xml).
This is a sample application demonstrating the CodePush sync operation. All the CodePush specific code is found in [index.js](/samples/basic/www/js/index.js). The CodePush configuration is found in [config.xml](/samples/basic/config.xml).

When the application loads, on the `deviceready` event, we invoke sync. This checks for an update, and if one is available, the user will be prompted to install it. Once the user accepts it, the update is installed and the application reloaded. See SyncOptions in our documentation for customizing the sync behavior.

Expand Down

0 comments on commit 2048472

Please sign in to comment.