Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru authored Mar 7, 2017
1 parent 4168d3c commit 26c1200
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ See how others are using matter.js physics
- Canvas renderer (supports vectors and textures)
- [MatterTools](https:/liabru/matter-tools) for creating, testing and debugging worlds
- World state serialisation (requires [resurrect.js](https:/skeeto/resurrect-js))
- Cross-browser (Chrome, Firefox, Safari, IE8+)
- Cross-browser and Node.js support (Chrome, Firefox, Safari, IE8+)
- Mobile-compatible (touch, responsive)
- An original JavaScript physics implementation (not a port)

Expand All @@ -122,8 +122,8 @@ You can also install using the package managers [Bower](http://bower.io/search/?

### Usage

Visit the [Getting started](https:/liabru/matter-js/wiki/Getting-started) wiki page for a minimal usage example.
Also see the [Rendering](https:/liabru/matter-js/wiki/Rendering) wiki page, which also shows how to use your own game loop.
Visit the [Getting started](https:/liabru/matter-js/wiki/Getting-started) wiki page for a minimal usage example which should work in both browsers and Node.js.
Also see the [Running](https:/liabru/matter-js/wiki/Running) and [Rendering](https:/liabru/matter-js/wiki/Rendering) wiki pages, which show how to use your own game and rendering loops.

### Tutorials

Expand Down

0 comments on commit 26c1200

Please sign in to comment.