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

Commit cdbf957

Browse files
author
Richard Hua
authored
Update README.md
1 parent 53892d9 commit cdbf957

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,8 @@ When you require `react-native-code-push`, the module object provides the follow
721721
// Wrapper function
722722
codePush(rootComponent: React.Component): React.Component;
723723
codePush(options: CodePushOptions)(rootComponent: React.Component): React.Component;
724-
724+
```
725+
```javascript
725726
// Decorator; Requires ES7 support
726727
@codePush
727728
@codePush(options: CodePushOptions)

0 commit comments

Comments
 (0)