Skip to content
This repository has been archived by the owner on Jun 23, 2019. It is now read-only.

Commit

Permalink
📝 Fixed broken link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Feb 12, 2018
1 parent 551f89c commit 78db887
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
- [Native ES modules or TypeScript](#native-es-modules-or-typescript)
- [API Reference](#api-reference)
- [UTCDateOpts](#utcdateopts)
- [utcDate([UTCDateOpts])](#utcdateutcdateoptsutc-date-opts-url)
- [utcDateSync([UTCDateOpts])](#utcdatesyncutcdateoptsutc-date-opts-url)
- [utcDate([UTCDateOpts])](#utcdateutcdateopts)
- [utcDateSync([UTCDateOpts])](#utcdatesyncutcdateopts)
- [License](#license)

## Pre-requisites
Expand Down Expand Up @@ -123,12 +123,12 @@ void async function main() {
- `date` <[number][number-mdn-url]> Optional offset to adjust the `date`.
- `startDate` <[string][string-mdn-url]|[number][number-mdn-url]|[Date][date-mdn-url]> Optional starting date. _Defaults to today's date if it is not given._

### utcDate([[UTCDateOpts][utc-date-opts-url]])
### utcDate([UTCDateOpts])

- `UTCDateOpts` <[UTCDateOpts][utc-date-opts-url]> Optional configuration when returning a [JavaScript Date object][date-mdn-url] using the [UTC][utc-url] timezone.
- returns: <[Promise][promise-mdn-url]&lt;[string][string-mdn-url]&gt;> Promise which resolves with a [JavaScript Date object][date-mdn-url] using the [UTC][utc-url] timezone.

### utcDateSync([[UTCDateOpts][utc-date-opts-url]])
### utcDateSync([UTCDateOpts])

This methods works the same as `utcDate([UTCDateOpts])` except that this is the synchronous version.

Expand Down

0 comments on commit 78db887

Please sign in to comment.