diff --git a/README.md b/README.md index 8c56e7a..9bab1d5 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This fork is based on [yubox-node-org/ESPAsyncWebServer](https://github.com/yubo - [#13](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/13) ([@tueddy](https://github.com/tueddy)): Compile with Arduino 3 (ESP-IDF 5.1) - [#14](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/14) ([@nilo85](https://github.com/nilo85)): Add support for Auth & GET requests in AsyncCallbackJsonWebHandler - Added `setAuthentication(const String& username, const String& password)` -- Added `StreamConcat` example to shoiw how to stream multiple files in one response +- Added `StreamConcat` example to show how to stream multiple files in one response - Remove filename after inline in Content-Disposition header according to RFC2183 - Depends on `mathieucarbou/Async TCP @ ^3.1.4` - Arduino 3 / ESP-IDF 5.1 compatibility diff --git a/docs/index.md b/docs/index.md index 8c56e7a..9bab1d5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,7 +24,7 @@ This fork is based on [yubox-node-org/ESPAsyncWebServer](https://github.com/yubo - [#13](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/13) ([@tueddy](https://github.com/tueddy)): Compile with Arduino 3 (ESP-IDF 5.1) - [#14](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/14) ([@nilo85](https://github.com/nilo85)): Add support for Auth & GET requests in AsyncCallbackJsonWebHandler - Added `setAuthentication(const String& username, const String& password)` -- Added `StreamConcat` example to shoiw how to stream multiple files in one response +- Added `StreamConcat` example to show how to stream multiple files in one response - Remove filename after inline in Content-Disposition header according to RFC2183 - Depends on `mathieucarbou/Async TCP @ ^3.1.4` - Arduino 3 / ESP-IDF 5.1 compatibility