From 7e8d8d75af96af9629f7ebce513ac683e24f5cb5 Mon Sep 17 00:00:00 2001 From: Shodhan Date: Thu, 25 Jan 2018 10:52:59 +0530 Subject: [PATCH] Updated doc --- sorting/natural-time-delta.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sorting/natural-time-delta.js b/sorting/natural-time-delta.js index 9a53c9d..f08087f 100644 --- a/sorting/natural-time-delta.js +++ b/sorting/natural-time-delta.js @@ -1,11 +1,15 @@ /** * Created by Shodhan Save on Jan 23, 2018. +* Updated @ Jan 25, 2018 */ /** * This plug-in allows sorting of human readable time delta, viz., * "1 week", "2 weeks 3 days", "4 weeks 5 days 6hours", etc. -* Curently this plugin supports time range from seconds to weeks +* +* Curently this plugin supports time range from microseconds to decades. +* +* The plugin also takes care of singular and plural values lik week(s) * * @name Natural Time Delta * @summary Sort human readable time delta