From fdf3527b667a79d8ed0219fadbf2087f3013f013 Mon Sep 17 00:00:00 2001 From: Chris Leveille Date: Tue, 12 Jul 2022 01:55:22 -0400 Subject: [PATCH] fixed install commands --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fec857a..b1a41ea 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ```bash -npm install gamepad-helper - or -yarn add gamepad-helper +$ npm install gamepad-helper + +$ yarn add gamepad-helper ``` The `GamepadHelper` class imported as a module into existing code and used by calling the static `GamepadHelper.update()` method within the game loop. Supports up to 4 gamepads connected simultaneously.