From 410186e6a548b1cf0530ed3f5b6ec07f966099c5 Mon Sep 17 00:00:00 2001 From: Jason Coon Date: Thu, 22 Jun 2017 15:33:28 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 635c2c9..e8565c7 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The app is installed via the Arduino IDE which can be [downloaded here](https:// The app depends on the following libraries. They must either be downloaded from GitHub and placed in the Arduino 'libraries' folder, or installed as [described here](https://www.arduino.cc/en/Guide/Libraries) by using the Arduino library manager. * [FastLED](https://github.com/FastLED/FastLED) -* [IRremoteESP8266](https://github.com/markszabo/IRremoteESP8266) +* [IRremoteESP8266](https://github.com/sebastienwarin/IRremoteESP8266) * [Arduino WebSockets](https://github.com/Links2004/arduinoWebSockets) Download the app code from GitHub using the green Clone or Download button from [the GitHub project main page](https://github.com/jasoncoon/esp8266-fastled-webserver) and click Download ZIP. Decompress the ZIP file in your Arduino sketch folder. @@ -71,7 +71,7 @@ The firmware implements basic [RESTful web services](https://en.wikipedia.org/wi Infrared Remote Control ----------------------- -Control via infrared remote control is also supported, via the [ESP8266 port of the IRremote library](https://github.com/markszabo/IRremoteESP8266). +Control via infrared remote control is also supported, via the [ESP8266 port of the IRremote library](https://github.com/sebastienwarin/IRremoteESP8266). [Adafruit NeoPixel Ring]:https://www.adafruit.com/product/1586 [Adafruit HUZZAH ESP8266 Breakout]:https://www.adafruit.com/products/2471