diff --git a/README.md b/README.md index d16ba84776..8a74a48ca4 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ class MyComponent extends React.Component { state = { selectedDay: new Date(), } - costructor(props) { + constructor(props) { super(props); this.handleDayClick = this.handleDayClick.bind(this); }