Skip to content

Commit

Permalink
Fixed indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
freiksenet committed Sep 30, 2014
1 parent 462f896 commit aacfea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ One year calendar:
weekNumbers={true}
size={12}>
<Month date={moment()} <!-- Pass subcomponents to mark -->
modifiers={{current: true}}/> <!-- current month and day -->
modifiers={{current: true}}/> <!-- current month and day -->
<Day date={moment()}
modifiers={{current: true}} />
modifiers={{current: true}} />
</Calendar>
```

Expand Down

0 comments on commit aacfea2

Please sign in to comment.