Fix some project page text for better loc (#564)

This commit is contained in:
Galen Nickel
2017-11-12 18:43:39 -08:00
committed by Peli de Halleux
parent e2d6c93980
commit 50ed09144e
2 changed files with 3 additions and 5 deletions

View File

@ -27,9 +27,7 @@ input.onGesture(Gesture.Shake, () => {
```
Each possible number these blocks can make (`0`, `1`, or `2`) means a different picture.
We will show the right picture for that number on the LED screen.
In a later step, each of the possible numbers (`0`, `1`, or `2`) is matched to its own picture. The picture is shown on the LEDs when its number is picked.
## Step 3