From a3aebe9d59de115cffd5b769a8da5a9e84d65af2 Mon Sep 17 00:00:00 2001 From: Robert Taylor Date: Fri, 6 Nov 2020 14:12:53 +0000 Subject: [PATCH] Update README.md (#1799) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f19163ab2..09aa822c0 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ $ yarn examples ### Localization and Date Formatting -`react-big-calendar` includes two options for handling the date formatting and culture localization, depending -on your preference of DateTime libraries. You can use either the [Moment.js](http://momentjs.com/) or [Globalize.js](https://github.com/jquery/globalize) localizers. +`react-big-calendar` includes three options for handling the date formatting and culture localization, depending +on your preference of DateTime libraries. You can use either the [Moment.js](https://momentjs.com/), [Globalize.js](https://github.com/jquery/globalize) or [date-fns](https://date-fns.org/) localizers. Regardless of your choice, you **must** choose a localizer to use this library: