From 0ffa3619f676d3101482e3ceb6f9b11323ec72c8 Mon Sep 17 00:00:00 2001 From: Tim Douglas Date: Fri, 13 Jun 2014 10:42:24 +1000 Subject: [PATCH] Updated README to reflect NPM support --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b59beae..951d411 100644 --- a/README.md +++ b/README.md @@ -87,10 +87,14 @@ Download [matter-0.8.0.js](https://github.com/liabru/matter-js/releases/download For the latest features try the [edge version (master)](https://raw.github.com/liabru/matter-js/master/build/matter.js), but it may not be fully stable. -#### Or install using [Bower](http://bower.io/) +#### Install using [Bower](http://bower.io/) bower install matter-js +#### Install using [NPM](https://www.npmjs.org/) + + npm install matter-js + ### Usage See [Demo.js](https://github.com/liabru/matter-js/blob/master/demo/js/Demo.js) and [DemoMobile.js](https://github.com/liabru/matter-js/blob/master/demo/js/DemoMobile.js) for many usage examples. @@ -158,4 +162,4 @@ This license is also supplied with the release and source code. ### Similar Projects -If you need a more complete engine, check out jswiki's list of [Physics libraries](https://github.com/bebraw/jswiki/wiki/Physics-libraries) \ No newline at end of file +If you need a more complete engine, check out jswiki's list of [Physics libraries](https://github.com/bebraw/jswiki/wiki/Physics-libraries)