From cf95c346a009dd2501d46ed436a2e205eae4b339 Mon Sep 17 00:00:00 2001 From: IdleGandalf Date: Tue, 14 Jul 2015 19:28:37 +0200 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d079e91..13bd842 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LedD -LedD is a daemon for interfacing LED stripes written in python3. It provides an abstract interface for effects to control any kind of LED stripe through an controller, as although it is intented to be used with the PCA9685 chip. An Android application can connect and natively change any settings for the effects and stripes. +LedD is a daemon for interfacing LED stripes written in python3. It provides an abstract interface for effects to control any kind of LED stripe through an controller, although it is intented to be used with the PCA9685 chip. An Android application can connect and natively change any settings for the effects and stripes. ## Goals