0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-27 09:50:52 -05:00

updated readme

This commit is contained in:
liabru 2014-03-01 16:40:14 +00:00
parent 70d4e511bb
commit 4d678aae9c

View file

@ -73,12 +73,12 @@ Download [matter.js](https://raw2.github.com/liabru/matter-js/master/build/matte
### Usage ### Usage
See [Demo.js](https://raw2.github.com/liabru/matter-js/master/demo/js/Demo.js) and [DemoMobile.js](https://raw2.github.com/liabru/matter-js/master/demo/js/DemoMobile.js) for many usage examples. No docs at the moment, sorry. See [Demo.js](https://raw2.github.com/liabru/matter-js/master/demo/js/Demo.js) and [DemoMobile.js](https://raw2.github.com/liabru/matter-js/master/demo/js/DemoMobile.js) for many usage examples.
<br>When loaded, all functions are under the global <code>Matter.*</code> namespace. <br>When loaded, all functions are under the global <code>Matter.*</code> namespace.
### Documentation ### Documentation
See the [Matter.js API Docs](http://brm.io/matter-js/). See the [Matter.js API Docs](http://brm.io/matter-js-docs/).
### Implementation ### Implementation