From d2f196f67a22f6738c0874ece56e0c6525ee7085 Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Wed, 10 May 2017 12:34:23 +0100 Subject: [PATCH] Update REFERENCE.md Fix typo --- documentation/REFERENCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/REFERENCE.md b/documentation/REFERENCE.md index c209889..cdc1ee0 100644 --- a/documentation/REFERENCE.md +++ b/documentation/REFERENCE.md @@ -31,7 +31,7 @@ If you want to turn the servos off to save battery power for example, you can: ```python pantilthat.servo_enable(1, False) -pantilthat.servo_enable(1, False) +pantilthat.servo_enable(2, False) ``` ## Lights