From caf9f2de427e01c76eac586b074108aba787a05d Mon Sep 17 00:00:00 2001 From: Karolis Date: Thu, 22 Feb 2024 20:46:57 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7361080..19bef50 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # FTPduino [![arduino-lint](https://github.com/karolis1115/FTPduino/actions/workflows/arduino-lint.yml/badge.svg?branch=main)](https://github.com/karolis1115/FTPduino/actions/workflows/arduino-lint.yml) [![Spell Check](https://github.com/karolis1115/FTPduino/actions/workflows/spell-check.yml/badge.svg?branch=main)](https://github.com/karolis1115/FTPduino/actions/workflows/spell-check.yml) -[![arduino-library-badge](https://www.ardu-badge.com/badge/FTPduino.svg?)](https://www.ardu-badge.com/FTPduino) +[![Library Manager](https://github.com/karolis1115/FTPduino/blob/main/badges/Arduino%20Library%20Manager%20Badge.svg)](https://www.arduino.cc/reference/en/libraries/ftpduino/) + + An easy to use FTP client library for the Arduino ecosystem @@ -11,5 +13,5 @@ The library stores the received data in a user defined "uint8_t" buffer which ca # More info -Check out the arduino reference page for this library: https://www.arduino.cc/reference/en/libraries/ftpduino/ -Also check out the ArduBadge page for this library (**WIP**): [![arduino-library-badge](https://www.ardu-badge.com/badge/FTPduino.svg?)](https://www.ardu-badge.com/FTPduino) +Check out the arduino reference page for this library: +[![Library Manager](https://github.com/karolis1115/FTPduino/blob/main/badges/Arduino%20Library%20Manager%20Badge.svg)](https://www.arduino.cc/reference/en/libraries/ftpduino/)