Skip to content

Commit

Permalink
Merge pull request facebook#513 from supermarin/patch-1
Browse files Browse the repository at this point in the history
Fix Objective-C example in README
  • Loading branch information
frantic committed Mar 30, 2015
2 parents 53142c2 + 015136f commit 86a1e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Custom iOS views can be exposed by subclassing `RCTViewManager`, implementing a

RCT_EXPORT_VIEW_PROPERTY(myCustomProperty);

@end`}
@end
```
```javascript
Expand Down

0 comments on commit 86a1e70

Please sign in to comment.