Update README.markdown

This commit is contained in:
Adrian Zankich 2014-10-22 04:23:39 -07:00
parent 98ad45ce25
commit 7379ce5eea
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ Cylon.robot({
my.servo1.angle(my.x);
my.servo2.angle(my.z);
console.log("Current Angle: " + my.servo1.currentAngle() + ", " + my.servo2.currentAngle());
console.log(my.servo1.currentAngle() + ", " + my.servo2.currentAngle());
});
}
}).start();