From bbe3ed883d8f26ae23989508336f49e427622ce5 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 30 Oct 2015 08:30:22 -0700 Subject: [PATCH] Update README.md --- samples/advanced/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/advanced/README.md b/samples/advanced/README.md index b8422d4b..848d913b 100644 --- a/samples/advanced/README.md +++ b/samples/advanced/README.md @@ -1,6 +1,6 @@ # Cordova CodePush Sample App - Advanced -This is a sample application demonstrating a more advanced way you could integrate CodePush in your Cordova application. 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 a more advanced way you could integrate CodePush in your Cordova application. All the CodePush specific code is found in [index.js](/samples/advanced/www/js/index.js). The CodePush configuration is found in [config.xml](/samples/advanced/config.xml). When the application loads, on the `deviceready` event, we poll the CodePush server for an update. If an update is available, we prompt the user to install it. If the user approves it, the update is installed and the application is reloaded.