Skip to content

Commit

Permalink
readme love
Browse files Browse the repository at this point in the history
  • Loading branch information
oberhamsi committed Aug 3, 2014
1 parent 9847426 commit 2f82577
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Expand Up @@ -11,10 +11,6 @@ Topics
========

### Drawing on the screen
=======

Usage
=========

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

See the examples directory for working examples.
See the [examples](./examples/) directory for working examples.

## Standalone

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

## GameJs as a node package with browserify
## GameJs as a CommonJs package with browserify

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:

Expand Down

0 comments on commit 2f82577

Please sign in to comment.