Skip to content

Commit

Permalink
Two small fixes for README
Browse files Browse the repository at this point in the history
  • Loading branch information
lonekorean committed Apr 3, 2018
1 parent 9b489e5 commit 31f1eb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ See matter.js on [using plugins](https://github.com/liabru/matter-js/wiki/Using-
<body>
<div id="debug"></div>
<div id="block" matter></div>
</body
</body>
```

2. Initialize Matterjs world
Expand All @@ -53,6 +53,7 @@ See matter.js on [using plugins](https://github.com/liabru/matter-js/wiki/Using-
var MouseConstraint = Matter.MouseConstraint;
var DomMouseConstraint = Matter.DomMouseConstraint;
var Mouse = Matter.Mouse;
var World = Matter.World;

/** Set up engine and renderer **/
var engine = Engine.create();
Expand Down

0 comments on commit 31f1eb2

Please sign in to comment.