Skip to content

Commit

Permalink
Merge pull request #287 from hidde/patch-1
Browse files Browse the repository at this point in the history
docs: match examples with actual values
  • Loading branch information
jonrohan committed Jun 19, 2024
2 parents 3adc53e + 5cb4310 commit 15ca61e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,21 +199,21 @@ Precision can be used to limit the display of an `relative` or `duration` format

| `precision=` | format=duration |
|:-------------:|:-------------------:|
| seconds | 2y 6m 10d 3h 20m 8s |
| minutes | 2y 6m 10d 3h 20m |
| hours | 2y 6m 10d 3h |
| days | 2y 6m 10d |
| months | 2y 6m |
| years | 2y |
| second | 2y 6m 10d 3h 20m 8s |
| minute | 2y 6m 10d 3h 20m |
| hour | 2y 6m 10d 3h |
| day | 2y 6m 10d |
| month | 2y 6m |
| year | 2y |

| `precision=` | format=relative |
|:-------------:|:-------------------:|
| seconds | 25 seconds |
| minutes | now |
| hours | now |
| days | now |
| months | now |
| years | now |
| second | 25 seconds |
| minute | now |
| hour | now |
| day | now |
| month | now |
| year | now |


##### threshold (`string`, default: `P30D`)
Expand Down

0 comments on commit 15ca61e

Please sign in to comment.