From f7ff900370bd26f382e48db9d8ad03f44965d440 Mon Sep 17 00:00:00 2001 From: Bas Date: Mon, 29 Jan 2018 13:02:15 +0000 Subject: [PATCH] Fix example config --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c4f2c6..6c3ee93 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ var dualShock = require('dualshock-controller'); var controller = dualShock( { //you can use a ds4 by uncommenting this line. - //config: "dualshock4-generic-driver", + //config: "dualShock4-generic-driver", //if the above configuration doesn't work for you, //try uncommenting the following line instead. - //config: "dualshock4-alternate-driver" + //config: "dualShock4-alternate-driver" //if using ds4 comment this line. config: "dualShock3", //smooths the output from the acelerometers (moving averages) defaults to true