Merge pull request #117 from lurch/patch-1

typo
This commit is contained in:
Dave Jones
2015-11-19 10:58:19 +00:00

View File

@@ -46,7 +46,7 @@ All components must be wired up correctly before using with this library.
The following program looks like it should turn an LED on:
```python
from gpiozero import led
from gpiozero import LED
led = LED(2)
led.on()