Converting the term "Compile" to "Download" in the docs microsoft/pxt#236

This commit is contained in:
Sam El-Husseini
2016-08-18 13:17:05 -07:00
parent 7c7014a25f
commit 67da22c135
10 changed files with 16 additions and 16 deletions

View File

@ -152,7 +152,7 @@ That's why you can use an ``else`` instead of an ``else if``.
Your game is ready!
Click **Compile** to move your program to the BBC micro:bit!
Click **Download** to move your program to the BBC micro:bit!
Have fun!
@ -198,7 +198,7 @@ input.onButtonPressed(Button.B, () => {
basic.showNumber(game.score())
})
```
Click **Compile** to move your program to the BBC micro:bit!
Click **Download** to move your program to the BBC micro:bit!
### ~button /projects
NEXT: PROJECTS!