diff --git a/README.md b/README.md index e7d83f9..2ffbaaa 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,12 @@ For help and support [![Join the chat at https://gitter.im/me-no-dev/ESPAsyncWeb Async HTTP and WebSocket Server for ESP8266 Arduino -Requires [ESPAsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP) to work +For ESP8266 it requires [ESPAsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP) To use this library you might need to have the latest git versions of [ESP8266](https://github.com/esp8266/Arduino) Arduino Core +For ESP32 it requires [AsyncTCP](https://github.com/me-no-dev/AsyncTCP) to work +To use this library you might need to have the latest git versions of [ESP32](https://github.com/espressif/arduino-esp32) Arduino Core + ## Table of contents - [ESPAsyncWebServer ](#espasyncwebserver-) - [Why should you care](#why-should-you-care)