Skip to content

Commit 650352d

Browse files
authored
Update README.md
1 parent 36f81e4 commit 650352d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Use the JSGL to create 2D games.
2020
* Easy management objects with Transform and Vector2
2121
* No need to write HTML. The JSGL.ExampleHTML can render default game page.
2222
* Drawing text and UI (W.I.P)
23+
## Documentation
24+
Read @ [Documentation](https://jsglreference.pl/).
2325
## Installing
2426
### CDN
2527
```html
@@ -52,8 +54,6 @@ const exampleVector2 = new Vector2(5, 10);
5254
console.log(exampleVector2);
5355
// Vector2 { x: 5, y: 10 }
5456
```
55-
## Documentation
56-
Read @ [Documentation](https://jsglreference.pl/).
5757
## Example init
5858
``index.html``
5959
```html

0 commit comments

Comments
 (0)