From b3844633b26d161681a344d3bf0334efc3c45edb Mon Sep 17 00:00:00 2001 From: gpbl Date: Sat, 18 Feb 2023 18:22:14 -0500 Subject: [PATCH] Update README.MD --- packages/react-day-picker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-day-picker/README.md b/packages/react-day-picker/README.md index a26444850b..8b24db71ef 100644 --- a/packages/react-day-picker/README.md +++ b/packages/react-day-picker/README.md @@ -1,6 +1,6 @@ # React DayPicker -[React DayPicker](http://react-day-picker.js.org) is a date picker component for [React](https://reactjs.org). Renders a calendar where the user can browse months to select days. DayPicker is customizable, works great with input fields and can be styled to match any design. +[DayPicker](http://react-day-picker.js.org) is a date picker component for [React](https://reactjs.org). Renders a monthly calendar to select days. DayPicker is customizable, works great with input fields and can be styled to match any design. ➡️ **[react-day-picker.js.org](http://react-day-picker.js.org)** for guides, examples and API reference.