From 744a957b76fdcd64cbe8c38372bc68d677e904d7 Mon Sep 17 00:00:00 2001 From: Michael Cress Date: Wed, 3 Mar 2021 05:59:07 -0500 Subject: [PATCH] Correcting spelling error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97331c5..7dae8c2 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ void loop() { The Button class matches an electrical state to a physical action. Use .setPressedState(LOW or HIGH) to set the detection state for when the button is pressed. - INSCRUCTIONS + INSTRUCTIONS ==================== Set BUTTON_PIN to the pin attached to the button. Set LED_PIN to the pin attached to a LED. -- 2.54.0