From e0a37a21d437153aa02f389a057970d24925b466 Mon Sep 17 00:00:00 2001 From: Justin Schroeder Date: Thu, 8 Feb 2024 16:47:18 -0500 Subject: [PATCH] chore: formkit credit in readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1c329e..9449833 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ -TEMPO +TEMPO [![Vitest](https://github.com/formkit/tempo/actions/workflows/tests.yml/badge.svg)](https://github.com/formkit/tempo/actions/workflows/tests.yml) -# Tempo +# Tempo — The easiest way to work with dates in JavaScript (and TypeScript) Tempo is a new library in a proud tradition of JavaScript date and time libraries. Inspired by the likes of moment.js, day.js, and date-fns Tempo is built from the ground up to be as small and easy to use as possible. Tempo is best thought of as a collection of utilities for working with `Date` objects — an important distinction from other libraries that provide custom date primitives. Under the hood, Tempo mines JavaScript's `Intl.DateTimeFormat` to extract complex data like timezones offsets and locale aware date formats giving you a simple API to format, parse, and manipulates dates. [Read the docs](https://tempo.formkit.com) + +--- + +Created by the FormKit team.