Skip to content

Commit e5be3e3

Browse files
committed
Minor textual README.md changes
1 parent a0c9d16 commit e5be3e3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

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

33
[![GitHub release](https://img.shields.io/github/release/lnlp/EasyLed.svg)](https://github.com/lnlp/EasyLed/releases/latest) [![GitHub commits](https://img.shields.io/github/commits-since/lnlp/EasyLed/v1.0.0.svg)](https://github.com/lnlp/EasyLed/compare/v1.0.0...main)
44

5-
EasyLed is an Arduino library for controlling standard LEDs in an easy way.
5+
Arduino library for controlling standard LEDs in an easy way.
66

7-
It provides simple logical class methods like `led.on()`, `led.toggle()`, `led.flash()`, `led.isOff()` and more.
8-
This will help to write clean code that is easy to read and understand.
7+
It provides simple logical methods like `led.on()`, `led.toggle()`, `led.flash()`, `led.isOff()` and more. This library will help to write cleaner code that is easy to read and understand.
98

109
A LED can be switched On by simply using the statement `led.on()`.
1110
When reading that code it is instantly clear what it does: switch the LED On.

0 commit comments

Comments
 (0)