Skip to content

Commit f8f589c

Browse files
committed
improve README and update dependencies
1 parent 2ca7854 commit f8f589c

File tree

4 files changed

+113
-95
lines changed

4 files changed

+113
-95
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Litecanvas is a lightweight HTML5 canvas 2D engine suitable for small web games,
2929

3030
## Getting Started
3131

32-
You can get started using our [online playground](https://litecanvas.github.io) without installing nothing.
32+
You can play around with Litecanvas in the [Playground](https://litecanvas.github.io) without installing nothing.
3333

3434
If you want to test locally, just use one of the installation options.
3535

@@ -45,7 +45,7 @@ Create a HTML file and add a `<script>` tag with one of our CDN links:
4545
<script src="https://cdn.jsdelivr.net/npm/litecanvas"></script>
4646
```
4747

48-
### Template
48+
### ESM Template
4949

5050
For those who are familiar with Node/NPM, we have a [basic template](https://github.com/litecanvas/template).
5151

0 commit comments

Comments
 (0)