From a04f8d7041ae43e3111c6e4ca044855c7236b530 Mon Sep 17 00:00:00 2001 From: Jakob Hasse Date: Fri, 26 Jan 2024 14:33:32 +0800 Subject: [PATCH] docs(mbedtls): Clarified example README --- examples/protocols/https_mbedtls/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/protocols/https_mbedtls/README.md b/examples/protocols/https_mbedtls/README.md index 231bf1cf1c..efb0ee90e8 100644 --- a/examples/protocols/https_mbedtls/README.md +++ b/examples/protocols/https_mbedtls/README.md @@ -1,11 +1,11 @@ | Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-S2 | ESP32-S3 | Linux | | ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | ----- | -# HTTP server with TLS support using mbedTLS +# HTTP connection with TLS support using mbedTLS (See the README.md file in the upper level 'examples' directory for more information about examples.) -Simple HTTPS example that uses mbedTLS to establish a secure socket connection using the certificate bundle with two custom certificates added for verification: +Simple HTTPS request example that uses mbedTLS to establish a secure socket connection using the certificate bundle with two custom certificates added for verification: ## How to use example