From 23100c1cf0ec30c053ef36abee1281108cc29fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pe=C5=82ka?= Date: Tue, 24 Dec 2024 09:36:02 +0100 Subject: [PATCH] Fix typo (#643) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92c7443f..1b230028 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ mqtt_password: MY_MQTT_PASSWORD EOF # Validate the configuration, create a binary, upload it, and start logs -# If you use a esp8266 run the esp8266-examle.yaml +# If you use a esp8266 run the esp8266-example.yaml esphome run esp32-example.yaml ```