Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 907354b

Browse files
author
Richard Hua
authored
Update README.md
1 parent ae8ac7a commit 907354b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ With the CodePush plugin downloaded and linked, and your app asking CodePush whe
406406

407407
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:
408408

409-
* **Option 1: Wrap your root component using the `codePush` decorator function:**
409+
* **Option 1: Wrap your root component with the `codePush` higher-order component:**
410410

411411
```javascript
412412
import codePush from "react-native-code-push";

0 commit comments

Comments
 (0)