diff --git a/README.md b/README.md index a407fd50..0fcb0352 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,8 @@ Displays a complete, interactive calendar. | selectRange | Whether the user shall select two dates forming a range instead of just one. Note: This feature will make React-Calendar return array with two dates regardless of returnValue setting. | `false` | `true` | | showWeekNumbers | Whether week numbers shall be shown at the left of MonthView or not. | `false` | `true` | | tileClassName | Class name(s) that will be applied to a given calendar item (day on month view, month on year view and so on). | n/a | | -| tileContent | Allows to render custom content within a given calendar item (day on month view, month on year view and so on). | n/a | | +| tileContent | Allows to render custom content in a given calendar item (day on month view, month on year view and so on). | n/a | | +| weekNumberContent | Allows to render custom content within a given week number container at the left of the `MonthView`. Overrides `showWeekNumbers`. | n/a | | | tileDisabled | Pass a function to determine if a certain day should be displayed as disabled. | n/a | | | value | Calendar value. Can be either one value or an array of two values. If you wish to use React-Calendar in an uncontrolled way, use `defaultValue` instead. | n/a |