Shrink some of the tutorial sentences (#440)

* Shrink some of the tutorial sentences

* Match the less than order for blocks

* Include later tutorials in SUMMARY

* Ditch 'using' in name
This commit is contained in:
Galen Nickel
2018-04-05 17:32:32 -07:00
committed by GitHub
parent 5277cc847c
commit 49ab5ec099
11 changed files with 88 additions and 73 deletions

View File

@ -16,7 +16,7 @@ brick.showMood(moods.sleeping)
## Step 2
Notice your brick is snoring with eyes closed in the simulator! Lets wake her up. Open the ``||brick:Brick||`` Toolbox drawer again. Drag out 2 more ``||brick:show mood||`` blocks onto the Workspace, and drop them into the ``||brick:on start||`` block also.
Notice your brick is snoring with eyes closed in the simulator! Lets wake her up. Open the ``||brick:Brick||`` Toolbox drawer again. Drag out **2** more ``||brick:show mood||`` blocks and drop them into the ``||brick:on start||`` block also.
```blocks
brick.showMood(moods.sleeping)
@ -50,5 +50,5 @@ brick.showMood(moods.love)
## Step 5
Now, lets download our program to the brick. Plug your @boardname@ into the computer with the USB cable, and click the blue **Download** button in the bottom left of your screen. Follow the directions to save your program to the brick.
Now, plug your @boardname@ into the computer with the USB cable, and click the **Download** button at the bottom of your screen. Follow the directions to save your program to the brick.