Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Update README.md (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbills authored Dec 13, 2023
1 parent 0afc085 commit 5d6921b
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 @@ -142,7 +142,7 @@ Note that you'll need to use a bundler like `esbuild` or `webpack` to use Kaboom
This exports a global `kaboom` function

```html
<script src="https://unpkg.com/kaboom@3000.0.1/dist/kaboom.js"></script>
<script src="https://unpkg.com/kaboom@3000/dist/kaboom.js"></script>
<script>
kaboom()
</script>
Expand All @@ -152,7 +152,7 @@ or use with es modules

```html
<script type="module">
import kaboom from "https://unpkg.com/kaboom@3000.0.1/dist/kaboom.mjs"
import kaboom from "https://unpkg.com/kaboom@3000/dist/kaboom.mjs"
kaboom()
</script>
```
Expand Down

0 comments on commit 5d6921b

Please sign in to comment.