MariusRumpf / node-lifx

Node.js implementation of the LIFX LAN protocol :bulb:
MIT License
144 stars 28 forks source link

Typo in README #30

Closed jaredpetersen closed 8 years ago

jaredpetersen commented 8 years ago

The usage example for light.on([duration], [callback]) incorrectly states that the function turns off the light:

light.on(); // Turns the light off instantly
light.on(2000); // Fading the light off over two seconds
MariusRumpf commented 8 years ago

Thanks