diff --git a/README.md b/README.md index 83245bb..ba11582 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ d.humanize() // 'a few minutes' const a = new Duration(1, 'day') const b = new Duration(2, 'days') const c = new Duration(0.5, 'year') +const d = new Duration (Date.now(), 'ms') ``` #### `.add(amount, interval)`