]> granicus.if.org Git - esp-idf/commitdiff
examples/simple_ota_example: Fix incorrect component reference in README
authorJitin George <jitin@espressif.com>
Mon, 24 Dec 2018 05:30:45 +0000 (11:00 +0530)
committerJitin George <jitin@espressif.com>
Tue, 12 Feb 2019 06:02:54 +0000 (11:32 +0530)
examples/system/ota/simple_ota_example/README.md

index 437964f7419927ca9382d4e2429a994e69254317..a2629e1009e3ee1e0a57ef1546b7ec75d5b05c85 100644 (file)
@@ -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