Merge pull request #3 from zigomir/patch-1

update for react 0.12.0
This commit is contained in:
Rico Sta. Cruz 2014-11-01 18:42:41 +08:00
commit fd95abaf3c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ layout: default
var Component = React.createClass({ ... });
var compo = React.renderComponent(Component(), mountnode);
var compo = React.render(<Component />, mountnode);
### [API](http://facebook.github.io/react/docs/component-api.html)