Skip to content

Commit a6855c4

Browse files
authored
Update README.md
1 parent 492ea09 commit a6855c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ Further, any sketch that worked on IoAbstraction task manager will work with thi
4242

4343
Here we just demonstrate the most basic usage. Take a look at the examples for more complex cases, or the reference documentation that's built from the source.
4444

45-
Include the header file
45+
Include the header file:
4646

4747
```
4848
#include <TaskManagerIO.h>
4949
```
5050

51-
In the setup method, add an event that gets fired once in the future:
51+
In the setup method, add an function callback that gets fired once in the future:
5252

5353
```
5454
// Create a task scheduled once every 100 miliis

0 commit comments

Comments
 (0)