From 733354d6969ec047f9ce562ecc8a2443b62fe644 Mon Sep 17 00:00:00 2001 From: Steven Gill Date: Wed, 6 Nov 2013 21:04:37 -0800 Subject: [PATCH] Update README.md fix getting started --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32f9dcd..578e257 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ 2. Follow the setup procedure, and use the "blink" test script to verify your Arduino is working. 3. From the Arduino IDE upload the "Firmata" script: File -> Open -> Examples > Firmata > StandardFirmata 4. Install the dependencies: `npm install` -5. Start'er up: `node bot.js` +5. Start'er up: `node src/bot.js` 6. Start dancing: `dance()`