From 4f822e3cda6650ef33e3acde77df62c4d63609b0 Mon Sep 17 00:00:00 2001 From: Tom Ball Date: Thu, 16 Jun 2016 14:46:48 -0400 Subject: [PATCH] update --- docs/getting-started.md | 6 +++--- docs/reference.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 543860c4..a55aa187 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -496,7 +496,7 @@ input.onButtonPressed(Button.B, () => { ``` Click **Compile** to move your program to the BBC micro:bit! -## Your turn! -How else can you make your game better? -Ever hear of [Rock Paper Scissors Spock Lizard](http://www.samkass.com/theories/RPSSL.html)? +# Want to do more? + +There are [10 great projects](/projects) waiting for you. diff --git a/docs/reference.md b/docs/reference.md index c031ca4b..0cbbf586 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -1,4 +1,4 @@ -# Micro:bit APIs +# Reference ```namespaces basic.showNumber(0);