Skip to content

Commit

Permalink
Merge pull request #65 from louy/patch-2
Browse files Browse the repository at this point in the history
Fix wrong attribute name in example
  • Loading branch information
jkimbo committed Oct 7, 2015
2 parents b9e895f + b75d0e4 commit b06d887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/code-snippets/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var DatePicker = React.createClass({
firstOfWeek={1}
numberOfCalendars={2}
selectionType='range'
earliestDate={new Date()}
minimumDate={new Date()}
stateDefinitions={stateDefinitions}
dateStates={dateRanges}
defaultState="available"
Expand Down

0 comments on commit b06d887

Please sign in to comment.