From e99b9266f6418300e4f4579b4d229abb3a8d6608 Mon Sep 17 00:00:00 2001 From: Zach Silveira Date: Thu, 11 Mar 2021 08:17:00 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e64928..41cd13a 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ Renders the buttons to view an individual day This library has very few props to understand. It takes a component-first approach instead of endless prop options. -Building a calendar is highly opinionated. This library to let you easily customize any piece of it. Let's take a look at the `MonthlyNav` component: +Building a calendar is highly opinionated. This library lets you easily customize any piece of it. Let's take a look at the `MonthlyNav` component: ```tsx import { useMonthlyCalendar } from '@zach.codes/react-calendar';