Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 4a456de

Browse files
authored
Merge pull request #40 from anadutova/patch-1
Fix unpkg.com link
2 parents 507fd28 + 820d744 commit 4a456de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include everything:
2525
or include individual files:
2626

2727
```
28-
<script src="https://unpkg.com/date-time-format-timezone@latest/build/browserified/date-time-format-time-zone-no-data-min.js">
28+
<script src="https://unpkg.com/date-time-format-timezone@latest/build/browserified/date-time-format-timezone-no-data-min.js">
2929
<script src="https://unpkg.com/date-time-format-timezone@latest/build/browserified/data/locales/locale-en-US-POSIX.js">
3030
<script src="https://unpkg.com/date-time-format-timezone@latest/build/browserified/data/metazone.js">
3131
<script src="https://unpkg.com/date-time-format-timezone@latest/build/browserified/data/timezones/tzdata-america-los_angeles.js">

0 commit comments

Comments
 (0)