From cf3551fe8830277fd1bdacba555f3d59b9cf22b7 Mon Sep 17 00:00:00 2001 From: Geoffrey Goh Date: Wed, 31 Aug 2016 15:19:29 -0700 Subject: [PATCH] update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dabd876..992e453 100644 --- a/README.md +++ b/README.md @@ -345,7 +345,7 @@ public class MainActivity extends ReactActivity { #### Background React Instances -*This section is only necessary if you're **explicitly** launching a React Native instance without an `Activity` (for example, from within a native push notification receiver). For these situations, CodePush must be told how to find your React Native instance.* +*This section is only necessary if you're explicitly launching a React Native instance without an `Activity` (for example, from within a native push notification receiver). For these situations, CodePush must be told how to find your React Native instance.* In order to update/restart your React Native instance, CodePush must be configured with a `ReactInstanceHolder` before attempting to restart an instance in the background. This is usually done in your `Application` implementation.