Skip to content

Commit 1088bdb

Browse files
authored
Update README.md
1 parent c749a1b commit 1088bdb

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
@@ -136,7 +136,7 @@ Option updates during runtime can be achieved by using React's [setState](https:
136136

137137
#### Example:
138138

139-
var App = React.createClass({
139+
var App = createReactClass({
140140
getInitialState: function () {
141141
return {
142142
alternateRowStyles: true

0 commit comments

Comments
 (0)