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

Commit

Permalink
馃摑 Fixed #1 by including section about related works
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Aug 30, 2018
1 parent db3b2d3 commit 7b9d135
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
@@ -1,5 +1,5 @@
<div align="center" style="text-align: center;">
<h1 style="border-bottom: none;">@motss/utc-date</h1>
<h1 style="border-bottom: none;">utc-date</h1>

<p>Generate JavaScript's UTC dates with various offsets</p>
</div>
Expand Down Expand Up @@ -40,6 +40,7 @@
- [UTCDateParams](#utcdateparams)
- [utcDate([UTCDateParams])](#utcdateutcdateparams)
- [utcDateSync([UTCDateParams])](#utcdatesyncutcdateparams)
- [Related works](#related-works)
- [License](#license)

## Pre-requisites
Expand Down Expand Up @@ -135,6 +136,10 @@ void async function main() {

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

## Related works

- [utc-time][utc-time-url] - Manipulate UTC Time with ease in JavaScript

## License

[MIT License](https://motss.mit-license.org/) 漏 Rong Sen Ng
Expand All @@ -145,6 +150,7 @@ This methods works the same as `utcDate([UTCDateParams])` except that this is th
[npm-url]: https://www.npmjs.com
[node-releases-url]: https://nodejs.org/en/download/releases
[utc-url]: https://en.wikipedia.org/wiki/Coordinated_Universal_Time
[utc-time-url]: https://github.com/motss/utc-time

[utc-date-opts-url]: #utcdateparams

Expand Down

0 comments on commit 7b9d135

Please sign in to comment.