Skip to content

Commit

Permalink
link to temporal proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
tolu committed Apr 13, 2022
1 parent 1e60ebe commit df63293
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Node/Js-module for parsing and making sense of ISO8601-durations
[![npm version](https://img.shields.io/npm/v/iso8601-duration.svg)][npm]
![npm bundle size][bundlephobia]

> A new standard is on it's way, see [Temporal.Duration](https://tc39.es/proposal-temporal/docs/duration.html)
## The ISO8601 duration format

Durations in ISO8601 comes in two formats:
Expand All @@ -19,8 +21,8 @@ Check out the details on [Wikipedia](https://en.wikipedia.org/wiki/ISO_8601#Dura

## Install

```
$ npm install iso8601-duration
```sh
npm install iso8601-duration
```

## Usage
Expand Down

0 comments on commit df63293

Please sign in to comment.