Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Aug 3, 2024
1 parent 9024f70 commit b1e6c86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/en/getting_started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ it directly in your HTML file, or import it with ECMAScript modules.
```html
<script type="module">
// import kaplay
import kaplay from "https://unpkg.com/[email protected].18.2/dist/kaplay.mjs";
import kaplay from "https://unpkg.com/[email protected].20/dist/kaplay.mjs";
// start kaplay
kaplay();
</script>
Expand All @@ -43,7 +43,7 @@ it directly in your HTML file, or import it with ECMAScript modules.
You can also just include it with a `<script>` tag.

```html
<script src="https://unpkg.com/[email protected].18.2/dist/kaplay.js"></script>
<script src="https://unpkg.com/[email protected].20/dist/kaplay.js"></script>

<script>
kaplay();
Expand Down

0 comments on commit b1e6c86

Please sign in to comment.