diff --git a/README.md b/README.md index 0170b2c8..a5d93c52 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ For more usage examples, see [http://clauderic.github.io/react-infinite-calendar | disabledDays | Array | | Array of days of the week that should be disabled. For example, to disable Monday and Sunday: `[0, 6]` | | disabledDates | Array | | Array of dates that should be disabled. For example: `[new Date(2017, 1, 8), new Date(), new Date(2017, 5, 17)]` | | display | String | `'days'` | Whether to display the `years` or `days` view. | -| displayOptions | Object | See [default displayOptions](https://github.com/clauderic/react-infinite-calendar/blob/master/src/utils/displayOptions.js) | See [display options](#display-options) section for more details. | +| displayOptions | Object | See [default displayOptions](https://github.com/clauderic/react-infinite-calendar/blob/master/src/utils/defaultDisplayOptions.js) | See [display options](#display-options) section for more details. | | locale | Object | See [default locale](https://github.com/clauderic/react-infinite-calendar/blob/master/src/utils/defaultLocale.js) | By default, React Infinite Calendar comes with the `English` locale. You can use this to change the language, or change the first day of the week. See [date-fns documentation](https://date-fns.org/docs/I18n) for more details | | theme | Object | See [default theme](https://github.com/clauderic/react-infinite-calendar/blob/master/src/utils/defaultTheme.js) | Basic customization of the colors | | className | String | | Optional CSS class name to append to the root `InfiniteCalendar` element. |