Update README.md

This commit is contained in:
Richard Hua
2016-08-02 15:50:49 -07:00
committed by GitHub
parent ae8ac7aef1
commit 907354b655

View File

@@ -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";