Skip to content

Commit 26c1200

Browse files
authored
updated readme
1 parent 4168d3c commit 26c1200

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ See how others are using matter.js physics
105105
- Canvas renderer (supports vectors and textures)
106106
- [MatterTools](https://github.com/liabru/matter-tools) for creating, testing and debugging worlds
107107
- World state serialisation (requires [resurrect.js](https://github.com/skeeto/resurrect-js))
108-
- Cross-browser (Chrome, Firefox, Safari, IE8+)
108+
- Cross-browser and Node.js support (Chrome, Firefox, Safari, IE8+)
109109
- Mobile-compatible (touch, responsive)
110110
- An original JavaScript physics implementation (not a port)
111111

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

123123
### Usage
124124

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

128128
### Tutorials
129129

0 commit comments

Comments
 (0)