From 4f9a4e8ed738ac78ff54d4cd16157efb9d0327bc Mon Sep 17 00:00:00 2001 From: Jitin George Date: Mon, 24 Dec 2018 11:00:45 +0530 Subject: [PATCH] examples/simple_ota_example: Fix incorrect component reference in README --- examples/system/ota/simple_ota_example/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/system/ota/simple_ota_example/README.md b/examples/system/ota/simple_ota_example/README.md index 437964f74..a2629e100 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