From e71a17372cf9b67cb3331669767aea32c74541a2 Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 18 Sep 2019 12:39:19 +0800 Subject: [PATCH] docs: add dayjs for date chore: typo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d012fa..a7b0021 100644 --- a/README.md +++ b/README.md @@ -393,7 +393,8 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [timeago.js](https://github.com/hustcc/timeago.js) - Simple library (less then 2kb) used to format date with `*** time ago` statement. * [fecha](https://github.com/taylorhakes/fecha) - Lightweight date formatting and parsing (~2KB). Meant to replace parsing and formatting functionality of moment.js. * [date-fns](https://github.com/date-fns/date-fns) - Modern JavaScript date utility library. -* [map-countdown](https://github.com/dawidjaniga/map-countdown) - A browser countdown built on top of the Google Maps +* [map-countdown](https://github.com/dawidjaniga/map-countdown) - A browser countdown built on top of the Google Maps. +* [dayjs](https://github.com/iamkun/dayjs) - Day.js 2KB immutable date library alternative to Moment.js with the same modern API. ## String *String Libraries.*