Skip to content

Commit 76930a6

Browse files
authored
Merge pull request #243 from litecanvas/luizbills-patch-1
Update README.md
2 parents 50727d8 + 5bced0e commit 76930a6

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,24 @@ Litecanvas is a lightweight HTML5 canvas 2D engine suitable for small web games,
3030

3131
## Getting Started
3232

33-
### Installation
33+
You can get started using our [online playground](https://litecanvas.github.io) without installing nothing.
3434

35-
You can get started using our [online playground](https://litecanvas.github.io).
35+
If you want to test locally, just use one of the installation options.
3636

37-
Or installing our package via NPM:
37+
### HTML/CDN
3838

39-
```sh
40-
npm i litecanvas
41-
```
42-
43-
Or just create a HTML file and add a `<script>` tag with our CDN link:
39+
Create a HTML file and add a `<script>` tag with our CDN link:
4440

4541
```html
4642
<script src="https://unpkg.com/litecanvas"></script>
4743
```
4844

45+
### Template
46+
47+
For those who are familiar with Node/NPM, we have a [basic template](https://github.com/litecanvas/template).
48+
49+
## API
50+
4951
### Basic game structure
5052

5153
```js

0 commit comments

Comments
 (0)