From 907354b6557820bbd70fbaaf6198719f056cbf57 Mon Sep 17 00:00:00 2001 From: Richard Hua Date: Tue, 2 Aug 2016 15:50:49 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 803a74e..281e7cf 100644 --- a/README.md +++ b/README.md @@ -406,7 +406,7 @@ With the CodePush plugin downloaded and linked, and your app asking CodePush whe The simplest way to do this is to "CodePush-ify" your app's root component. To do so, you can choose one of the following two options: -* **Option 1: Wrap your root component using the `codePush` decorator function:** +* **Option 1: Wrap your root component with the `codePush` higher-order component:** ```javascript import codePush from "react-native-code-push";