Skip to content

Commit 385a296

Browse files
committed
Merge pull request #59 from petetnt/petetnt-patch-1
Fix onSelect method name in README.md
2 parents 6746a88 + ac0a2bc commit 385a296

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
@@ -46,7 +46,7 @@ var App = React.createClass({
4646
*/}
4747

4848
<Tabs
49-
onSelect={this.handleSelected}
49+
onSelect={this.handleSelect}
5050
selectedIndex={2}
5151
>
5252

0 commit comments

Comments
 (0)