-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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(); | ||
|