diff --git a/README.md b/README.md index 8b0117b..98134f1 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ jsCodeLocation = [CodePush getBundleUrl]; ``` This change allows CodePush to load the updated app location after an update has been applied. +Before any updates are installed, CodePush will load your app from the bundled "main.jsbundle" file. +After updates are installed, CodePush will load your app from the writable user directory, where the update has been downloaded. Methods ---