From 5b9af9fde9a6fdea15edd8235bfaf11968181e2b Mon Sep 17 00:00:00 2001 From: Tolentino Cotesta Date: Mon, 11 Mar 2024 16:14:22 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ccf03a5..07048a51 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ If you like this work, please consider [sponsoring this project!](https://paypal # async-esp-fs-webserver ESP32/ESP8266 WebServer, WiFi manager and ACE web editor Arduino library. Based on [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) from @me-no-dev -This is the equivalent to **esp-fs-webserver** Arduino library, but working with the very good **ESPAsyncWebServer** library instead default webserver library. +This is the equivalent to [**esp-fs-webserver**](https://github.com/cotestatnt/esp-fs-webserver/) Arduino library, but working with the very good **ESPAsyncWebServer** library instead default webserver library. From some tests I have done, I have been able to observe that a webserver created with this library is much faster and more responsive, which is why I decided to develop this variant of the library. **Note**: