Skip to content

Commit

Permalink
📝 Add Links to CDNs
Browse files Browse the repository at this point in the history
  • Loading branch information
UltiRequiem committed Aug 7, 2021
1 parent b9cfe8a commit eee625d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ console.log(isLeapYear(2024));
console.log(isLeapYear(new Date()));
console.log(isLeapYear(new Date('12-10-2024')));
```

Or use the CDN:

- [UNPKG](https://unpkg.com/[email protected]/index.js)
- [GitHub](https://raw.githubusercontent.com/UltiRequiem/check-leap-year/main/index.js)

0 comments on commit eee625d

Please sign in to comment.