From f1a26f1d41ec67e8d662f0c9881125ed84c90a40 Mon Sep 17 00:00:00 2001 From: dylanrenwick Date: Mon, 18 Nov 2019 12:16:44 -0500 Subject: [PATCH] Added definitions to timespan types --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5cdbdd7..9e5e751 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ Currently it supports the format: ``` Where `` is a non-negative integer, and `` is one of the following: ``` -second, seconds, s -minute, minutes, m -hour, hours, h -day, days, d -week, weeks, w -month, months -year, years, y -decade, decades +second, seconds, s - 1 second +minute, minutes, m - 60 seconds +hour, hours, h - 60 minutes +day, days, d - 24 hours +week, weeks, w - 7 days +month, months - 30 days +year, years, y - 365 days +decade, decades - 10 years ``` chronoparse parses the given string, and returns an object using the following schema: