From cce26e9dedf3988e5b8102dc432ab7b9e2a859ad Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Mon, 11 Jul 2011 09:35:57 -0400 Subject: [PATCH] Fix typo in the readme, I needs the sleep --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index dc0bbcc..9124501 100644 --- a/readme.md +++ b/readme.md @@ -123,7 +123,7 @@ wiimote.when('pressed_a', function(wii_remote, wii_remote_status) { ``` Debugging Javascript on the Wii is also nothing short of incredibly annoying, so I've made some efforts to patch this -up and make life a bit earier. My typical debugging strategy with any Wii-related code would always start with +up and make life a bit easier. My typical debugging strategy with any Wii-related code would always start with the following. The first thing to do is set the Wii listener to run in debug mode, like so: ``` javascript