Fix typo in the readme, I needs the sleep

This commit is contained in:
Ryan McGrath 2011-07-11 09:35:57 -04:00
parent e7249a0ed6
commit cce26e9ded

View file

@ -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 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: the following. The first thing to do is set the Wii listener to run in debug mode, like so:
``` javascript ``` javascript