Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vHeemstra committed Aug 12, 2024
1 parent 32654e8 commit 7779236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ isApng(new Uint8Array(buffer))
#### As old-school global script tag

Url for latest version: `https://unpkg.com/is-apng`<br>
Url for specific version: `https://unpkg.com/is-apng@1.1.4/dist/index.js`
Url for specific version: `https://unpkg.com/is-apng@2.0.0/dist/index.js`

```html
<script src="https://unpkg.com/is-apng" type="text/javascript"></script>
Expand All @@ -58,7 +58,7 @@ Url for specific version: `https://unpkg.com/is-apng@1.1.4/dist/index.js`
#### As module

Url for latest version: `https://unpkg.com/is-apng/dist/index.mjs`<br>
Url for specific version: `https://unpkg.com/is-apng@1.1.4/dist/index.mjs`
Url for specific version: `https://unpkg.com/is-apng@2.0.0/dist/index.mjs`

```html
<script type="module">
Expand Down

0 comments on commit 7779236

Please sign in to comment.