Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthecthebest <59971979+thecthebest@users.noreply.github.com>2020-10-17 22:33:38 +0300
committerGitHub <noreply@github.com>2020-10-17 22:33:38 +0300
commit45845fd5ae74675ec785ad748f43f51784830d8b (patch)
tree94256fed697c858e1d53e0e4805a536cfca18cc4 /README.md
parent3a1d880fb7abe5308950358cc1493c5b9e97e3eb (diff)
fixed the typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0069329e..18039087 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ This is a library for easily & efficiently controlling a wide variety of LED chi
sold by adafruit (Neopixel, DotStar, LPD8806), Sparkfun (WS2801), and aliexpress. In addition to writing to the
leds, this library also includes a number of functions for high-performing 8bit math for manipulating
your RGB values, as well as low level classes for abstracting out access to pins and SPI hardware, while
-still keeping things as fast as possible. Tested with Arduino up to 1.6.5 from arduino.cc.
+still keeping things as fast as possible. Tested with Arduino up to 1.6.5 from arduino.cc.
Quick note for people installing from GitHub repo zips, rename the folder FastLED before copying it to your Arduino/libraries folder. Github likes putting -branchname into the name of the folder, which unfortunately, makes Arduino cranky!