From 1422efd501a8e781bd60cd35cb993d63e6a3f5b2 Mon Sep 17 00:00:00 2001 From: Geoffrey Goh Date: Mon, 23 Nov 2015 18:29:47 -0800 Subject: [PATCH] tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb83517..42d94ef 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ After installing the plugin and sync-ing your Android Studio project with Gradle mReactInstanceManager = ReactInstanceManager.builder() .setApplication(getApplication()) ... - .setBundleAssetName("index.android.bundle") // <----- 4. Delete this line + // 4. DELETE THIS LINE --> .setBundleAssetName("index.android.bundle") // 5. Let CodePush determine which location to load the most updated bundle from. // If there is no updated bundle from CodePush, the location will be the assets