From a00297fcfdc7b8c3dab6e394776414e5447c7a90 Mon Sep 17 00:00:00 2001 From: Daniel Bannert Date: Sun, 19 Jan 2025 12:59:38 -0600 Subject: [PATCH] Reference `@visulima/humanizer` in README See [#228]. [#228]: https://github.com/EvanHahn/HumanizeDuration.js/pull/228 Co-Authored-By: Evan Hahn --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f9bb13..02e1e29 100644 --- a/README.md +++ b/README.md @@ -459,5 +459,6 @@ Licensed under the permissive [Unlicense](https://unlicense.org/). Enjoy! - [millisec](https://github.com/sungwoncho/millisec) - [HumanizeDuration.ts](https://github.com/Nightapes/HumanizeDuration.ts), a TypeScript version of this module - [aurelia-time](https://github.com/shahabganji/aurelia-time) +- [@visulima/humanizer](https://github.com/visulima/visulima/tree/main/packages/humanizer) is a fork that adds `timeAdverb`, an abbreviated format, and more - [Fork that adds a `timeAdverb` option](https://github.com/cmldk/HumanizeDuration.js) - [Fork that provides the duration in an abbreviated format](https://github.com/rasa/HumanizeDuration.js), ex: `1d 2h 3m 4s`