From f5071daac8c6886f76e40f101140843dd4d1b9aa Mon Sep 17 00:00:00 2001 From: Bernhard Essl Date: Wed, 9 Sep 2015 10:47:28 +0200 Subject: [PATCH] Changed library name "RobotIRremote" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dee657..a64eef4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Check [here](http://z3t0.github.io/Arduino-IRremote/) for tutorials and more inf 2. Download the latest release. 3. Extract the zip file 4. Move the "IRremote" folder that has been extracted to your libraries directory. -5. Make sure to delete Arduino_Root/libraries/RobotIRRemote. Where Arduino_Root refers to the install directory of Arduino. The library RobotIRRemote has similar definitions to IRremote and causes errors. +5. Make sure to delete Arduino_Root/libraries/RobotIRremote. Where Arduino_Root refers to the install directory of Arduino. The library RobotIRremote has similar definitions to IRremote and causes errors. ## Usage - TODO (Check examples for now)