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

Commit

Permalink
Update Kaboom unpkg version in setup doc (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpg-gamepad authored May 5, 2024
1 parent ec84972 commit f546cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Getting the package from a CDN provider is the quickest and easiest way to start
<script type="module">
// import kaboom.js
import kaboom from "https://unpkg.com/kaboom@3000.0.1/dist/kaboom.mjs";
import kaboom from "https://unpkg.com/kaboom@3000.1.17/dist/kaboom.mjs";
// initialize kaboom context
kaboom();
Expand All @@ -49,7 +49,7 @@ The Kaboom package is deployed to npm, so it's availbale on various CDN provider

You can also just include it with a `<script>` tag.
```html
<script src="https://unpkg.com/kaboom@3000.0.1/dist/kaboom.js"></script>
<script src="https://unpkg.com/kaboom@3000.1.17/dist/kaboom.js"></script>

<script>
kaboom();
Expand Down

0 comments on commit f546cfb

Please sign in to comment.