From f851ff4dc374aedf7f4786822efecd8f87a199e3 Mon Sep 17 00:00:00 2001 From: Filip Petrovic Date: Mon, 29 Jul 2019 10:45:47 +0200 Subject: [PATCH] Update README.md --- 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