Skip to content

Commit 466d850

Browse files
author
Alan Shaw
committed
Fix blink blink typos
1 parent db480f4 commit 466d850

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exercises/blink_blink/problem.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ Wire up an Arduino, connect the USB and you can see your solution run for real.
2626

2727
## For this you will need
2828

29-
1. A directory for your answers and `cd` in to it.
29+
1. A directory for your answers and `cd` into it.
3030
2. Get johnny-five from npm: `npm install johnny-five`
3131
3. Add a file for your solution (e.g. 01-blink-blink.js)
3232

3333
In all of your solutions you will need to:
3434

3535
- `require` the `johnny-five` module
3636
- Create a `new Board` instance
37-
- Add a callback to the board's **ready** event.
37+
- Add a callback to the board's **ready** event
3838
- Your solution goes inside that callback...
3939

4040
```js
@@ -57,7 +57,7 @@ In all of your solutions you will need to:
5757
## Components
5858
- LED - http://node-ardx.org/electronics-primer#led
5959

60-
> Emits light when a small current is passed through it. (only in one direction)
60+
> Emits light when a small current is passed through it (only in one direction).
6161
6262
## Docs
6363

0 commit comments

Comments
 (0)