Skip to content

Commit 768f294

Browse files
committed
fixed typo in readme
1 parent d14bc61 commit 768f294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ _ezb.Subscribe(BTN_4, Btn4Hold, HOLD);
7474
_ezb.Subscribe(BTN_4, Btn4Release, RELEASED);
7575
```
7676
> [!IMPORTANT]
77-
> 'button index' stands for an array inside EZButton that hold you buttins states and IS NOT pin number of the button.
77+
> `button index` stands for an array inside EZButton that holds your button states and IS NOT pin number of the button.
7878
7979
6. Define `ReadButtons` function
8080
``` C++

0 commit comments

Comments
 (0)