From de22dbeb39c63e10cb0f44b5c40824ad9641c605 Mon Sep 17 00:00:00 2001 From: tobozo Date: Fri, 3 Jan 2020 15:21:48 +0100 Subject: [PATCH] Update ReadME.md --- ReadME.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadME.md b/ReadME.md index 4cd70c3..72a2fb8 100644 --- a/ReadME.md +++ b/ReadME.md @@ -4,13 +4,13 @@ ### ImgurUploader -imgur.com image upload library for ESP32 +imgur.com image/video upload library for ESP32 ❓ What is it? -------------- -This library will let you upload images to imgur.com using WiFi. +This library will let you upload images or videos to imgur.com using WiFi. It can read from a file (SD, SD_MMC, SPIFFS) or from a byte array. This library is heavily inspired from the Arduino Imgur library [https://github.com/tinkerlog/Imgur](https://github.com/tinkerlog/Imgur)