Skip to content

Commit 45825cc

Browse files
Update README.md
1 parent 610c251 commit 45825cc

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
@@ -24,13 +24,13 @@ forever loop.
2424
Take note of the word `void`. A `void` type
2525
of function will simply execute all the commands
2626
and will not return any value. Other functions
27-
which are not void can return values.
27+
which are not void do return values.
2828

2929
## The Setup
3030
You need 3 basic LEDs, 3 resistors, 1 breadboard and
3131
the Arduino UNO board.
3232

33-
Follow the wiring as indicated in the picture
33+
Follow the setup as shown in the picture
3434
below:
3535

3636
![design](res/src1.png)

0 commit comments

Comments
 (0)