Skip to content

Commit

Permalink
chore: install
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Nov 2, 2024
1 parent a9d0e8c commit 16819dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/en/1_getting_started/1_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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/kaplay@3001.0.0-alpha.20/dist/kaplay.mjs";
import kaplay from "https://unpkg.com/kaplay@3001/dist/kaplay.mjs";
// start kaplay
kaplay();
</script>
Expand All @@ -52,7 +52,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/kaplay@3001.0.0-alpha.20/dist/kaplay.js"></script>
<script src="https://unpkg.com/kaplay@3001/dist/kaplay.js"></script>

<script>
kaplay();
Expand Down

0 comments on commit 16819dc

Please sign in to comment.