Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
timraasveld committed Oct 25, 2016
1 parent 17be336 commit 8d10d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ One year calendar ([Demo](http://freiksenet.github.io/react-calendar/)):

```html
<Calendar startDate={ moment() }
endDate={ moment().endOf('year') } <!-- Base calendar compoment -->
endDate={ moment().endOf('year') } <!-- Base calendar component -->
weekNumbers={true}
size={12}
mods={
Expand Down

0 comments on commit 8d10d90

Please sign in to comment.