Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sahrens committed Mar 26, 2015
1 parent ecc0032 commit 3c08b94
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 @@ -185,7 +185,7 @@ RCT_EXPORT_VIEW_PROPERTY(myCustomProperty);
```javascript
// JavaScript
module.exports = createReactIOSNativeComponentClass({
var MyCustomView = createReactIOSNativeComponentClass({
validAttributes: { myCustomProperty: true },
uiViewClassName: 'MyCustomView',
});
Expand Down

0 comments on commit 3c08b94

Please sign in to comment.