diff --git a/README.md b/README.md index c2a0225..52930f9 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ formatDuration(duration, "s 'seconds'"); ``` **Note** + At this time, the larger parts of unused Duration will be added to the _next_ largest token specified. - Smaller parts are left out. In other words, similar to rounding down. Open an issue if you are interested in rounding up in some manner.