From 5808a2e126fe1d69cbcbcb57e57fb0b551e2130d Mon Sep 17 00:00:00 2001 From: Ian McLerran Date: Fri, 26 Apr 2024 12:27:31 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 535a0e0..ba281f2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Roc IsoDate -Roc-IsoDate is a universal date and time package for Roc. It Features several useful types for working with dates and times. Its primary types (`Date`/`Time`/`DateTime`) store date and in a human friendly manner, but allow easy conversion to and from computer friendly types like (`Utc`/`UtcTime`) as well as web web friendly ISO 8601 strings. Roc IsoDate is intended to be a one-stop-shop for all things date and time. 📆 ⏰ 📦 +Roc-IsoDate is a universal date and time package for Roc. It Features several useful types for working with dates and times. Its primary types (`Date`/`Time`/`DateTime`) store dates and times in a human friendly manner, but allow easy conversion to and from computer friendly types like (`Utc`/`UtcTime`) as well as web web friendly ISO 8601 strings. Roc IsoDate is intended to be a one-stop-shop for all things date and time. 📆 ⏰ 📦 [![Roc-Lang][roc_badge]][roc_link] [![GitHub last commit][last_commit_badge]][last_commit_link]