8000 Fixed text. (#32) · useful-esp8266-lib/Task@f2c6b68 · GitHub
[go: up one dir, main page]

Skip to content

Commit f2c6b68

Browse files
schlammbadMakuna
authored andcommitted
Fixed text. (Makuna#32)
* Fixed text. * Fixed text.
1 parent 232586b commit f2c6b68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6AA97KE54UJR4)
44

5-
Arduino Nonpreemptive multitasking library
5+
Arduino non-preemptive multitasking library
66

7-
NOTE: Avoid the use of Delay in all high level code as the tasks timing should be used to replace it.
7+
NOTE: Avoid the use of `delay()` in all high level code as the tasks timing should be used to replace it.
88

99
For bugs, make sure there isn't an active issue and then create one.
1010

@@ -15,10 +15,10 @@ For quick questions jump on Gitter and ask away.
1515
[See Wiki](https://github.com/Makuna/Task/wiki)
1616

1717
## Installing This Library (you just want to use it)
18-
Open the Library Manager and search for "Task by Makuna" and install
18+
Open the Library Manager and search for "Task by Makuna" and install.
1919

2020
## Installing This Library From GitHub (you want to contribute)
21-
Create a directory in your Arduino\Library folder named "Task"
21+
Create a directory in your Arduino\Library folder named "Task".
2222
Clone (Git) this project into that folder.
2323
It should now show up in the import list.
2424

0 commit comments

Comments
 (0)
0