From b707a1528f271f17288916b9d5a90932d65a7493 Mon Sep 17 00:00:00 2001 From: VasilKalchev Date: Fri, 24 Feb 2017 01:12:13 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c230727..476db10 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Features Requirements ============ - The Arduino's [LiquidCrystal][lc] library. - - LCD supported by LiquidCrystal (*with Hitachi HD44780 or a compatible chipset*). + - LCD supported by [LiquidCrystal][lc] (*with Hitachi HD44780 or a compatible chipset*). - Arduino board or a compatible microcontroller. - Input device is recommended (*buttons, rotary encoder, etc.*). @@ -175,7 +175,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -[lc]: https://github.com/arduino-libraries/LiquidCrystal +[lc]: https://github.com/arduino/Arduino/tree/master/libraries/LiquidCrystal [doxygen classes]: https://vasilkalchev.github.io/LiquidMenu/doc/Doxygen/html/annotated.html [examples]: https://github.com/VasilKalchev/LiquidMenu/tree/master/examples [latest release]: https://github.com/VasilKalchev/LiquidMenu/releases/latest