From e69ae91504e9a5b3cd98abee3a5793f39e8969b3 Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 22 Jan 2015 19:36:25 +0000 Subject: [PATCH] Updated Getting started (markdown) --- Getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-started.md b/Getting-started.md index 8c97fa5..3dba787 100644 --- a/Getting-started.md +++ b/Getting-started.md @@ -44,7 +44,7 @@ World.add(engine.world, [boxA, boxB, ground]); Engine.run(engine); ``` -Include the above script into a page that has Matter.js installed and then open the page in your browser. +Include the above script into a page that has Matter.js installed and then open the page in your browser. Make sure the script is at the bottom of the page (or otherwise called after DOM is ready). Hopefully you will see two rectangle bodies fall and then hit each other as they land on the ground. If you don't, check the browser console to see if there are any errors.