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 9, 2024
1 parent 28d27c2 commit 5e04a00
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 @@ -39,7 +39,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/[email protected].1/dist/index.js`
Url for specific version: `https://unpkg.com/[email protected].2/dist/index.js`

```html
<script src="https://unpkg.com/is-apng" type="text/javascript"></script>
Expand All @@ -53,7 +53,7 @@ Url for specific version: `https://unpkg.com/[email protected]/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/[email protected].1/dist/index.mjs`
Url for specific version: `https://unpkg.com/[email protected].2/dist/index.mjs`

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

0 comments on commit 5e04a00

Please sign in to comment.