From 85708089fe1e0b51d08a0973848f55f1c8e76455 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Fri, 27 Nov 2020 22:44:18 -0600 Subject: [PATCH] Update Overview.md --- docs/Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Overview.md b/docs/Overview.md index 53c0f9f..7386483 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -223,7 +223,7 @@ new TableLamp(17); where 17 specifies the ESP32 pin number that is connected to the hypothetical relay used to turn the Table Lamp on and off. -Our completed HomeSpan sketch to operate a Table Lamp is presented in full below. Note it is also available in the Arudino IDE under *File → Examples → HomeSpan → Other Examples → TableLamp* +Our completed HomeSpan sketch to operate a Table Lamp is presented in full below. Note it is also available in the Arduino IDE under *File → Examples → HomeSpan → Other Examples → TableLamp*. ```C++ /* HomeSpan Table Lamp Example */