8000 readme love · GameJs/gamejs@2f82577 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f82577

Browse files
committed
readme love
1 parent 9847426 commit 2f82577

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ Topics
1111
========
1212

1313
### Drawing on the screen
14-
=======
15-
16-
Usage
17-
=========
1814

1915
* [image](http://docs.gamejs.org/gamejs/image/) loading image files
2016
* [graphics](http://docs.gamejs.org/gamejs/graphics/) image transformation (rotate, transform,...) and drawing with geometric shapes
@@ -50,7 +46,7 @@ Usage
5046
Usage
5147
=================
5248

53-
See the examples directory for working examples.
49+
See the [examples](./examples/) directory for working examples.
5450

5551
## Standalone
5652

@@ -71,7 +67,7 @@ The main module `javascript/main.js` starts the application:
7167
...
7268
});
7369

74-
## GameJs as a node package with browserify
70+
## GameJs as a CommonJs package with browserify
7571

7672
GameJs is a CommonJs package published on NPM. To use it with [browserify](http://browserify.org/) install the GameJs package in your game's directory:
7773

0 commit comments

Comments
 (0)
0