From 177562e122232958dfdf509f58547da65243b6b2 Mon Sep 17 00:00:00 2001 From: Filip Petrovic Date: Fri, 16 Aug 2019 10:13:54 +0200 Subject: [PATCH] Update README.md (#1838) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 360906436..c96952bcc 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Latest compatible versions: ### Moment.js -Up until version 1.8.0, this package was using Moment.js. Starting v2.0.0, we switched to using native Date objects to reduce the size of the package. If you're switching from 1.8.0 to 2.0.0 or higher, please see the updated example above of check out the [examples site](https://reactdatepicker.com) for up to date examples. +Up until version 1.8.0, this package was using Moment.js. Starting v2.0.0, we switched to using `date-fns`, which uses native Date objects, to reduce the size of the package. If you're switching from 1.8.0 to 2.0.0 or higher, please see the updated example above of check out the [examples site](https://reactdatepicker.com) for up to date examples. ### Browser Support