From: Jitin George Date: Mon, 24 Dec 2018 05:30:45 +0000 (+0530) Subject: examples/simple_ota_example: Fix incorrect component reference in README X-Git-Tag: v3.2-beta3~19^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f9a4e8ed738ac78ff54d4cd16157efb9d0327bc;p=esp-idf examples/simple_ota_example: Fix incorrect component reference in README --- diff --git a/examples/system/ota/simple_ota_example/README.md b/examples/system/ota/simple_ota_example/README.md index 437964f741..a2629e1009 100644 --- a/examples/system/ota/simple_ota_example/README.md +++ b/examples/system/ota/simple_ota_example/README.md @@ -1,7 +1,7 @@ # Simple OTA example -This example is based on `http_firmware_upgrade` component's APIs. +This example is based on `esp_https_ota` component's APIs. ## Configuration -Refer README.md in the parent directory for setup details \ No newline at end of file +Refer README.md in the parent directory for setup details