From 6bb2014592ee0afce7a9d761e98edfc1cd03d46b Mon Sep 17 00:00:00 2001 From: Julien Maulny Date: Thu, 12 Oct 2017 18:06:23 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5397cd2..53a48bf 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ Easy Setup ``` +And **you must have** a `` element on your page. So where you want to display the gamepad in the html, add: + +``` html + +``` + If you are using node.js and something like [browserify](http://browserify.org/), you can install with `npm install game-controller` If you are still in the process of choosing an HTML5 Game Engine, see [this list - complete with reviews and details of popular HTML5 Game Engines](http://html5gameengine.com). From 96f200b02912f2b37155795bbd9cf677cd35e841 Mon Sep 17 00:00:00 2001 From: Julien Maulny Date: Fri, 13 Oct 2017 14:40:03 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53a48bf..e6981d9 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ Easy Setup ``` -And **you must have** a `` element on your page. So where you want to display the gamepad in the html, add: +And **you must have** a `` element on your page. +If you dont't have one, add this where you want to display controllers: ``` html