From 8774a6cb1fe0643e19f64237c116d5de89e30c4a Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 27 Feb 2018 17:13:53 -0800 Subject: [PATCH] fixing macro --- docs/projects/micro-coin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/projects/micro-coin.md b/docs/projects/micro-coin.md index 2814f8cc..48e79057 100644 --- a/docs/projects/micro-coin.md +++ b/docs/projects/micro-coin.md @@ -10,7 +10,7 @@ Have you heard about BitCoin and all those new Crypto currencies? Well micro:bit Each @boardname@ contains a **block chain**, a sequence of **blocks**, that is public and cannot be modified. Each block represents a **coin**. To mine new coins, the user shakes the @boardname@ and, if they are in luck, their coin added to the chain as a new block! -Once the block is added, it is broadcasted to the other @microbit@ (the block chain is public and can't be modified so it's ok to share it). Other @boardname@ receive the block, validate the transaction and update their block chain as needed. +Once the block is added, it is broadcasted to the other @boardname@ (the block chain is public and can't be modified so it's ok to share it). Other @boardname@ receive the block, validate the transaction and update their block chain as needed. Pressing ``A`` shows the number of block you added to the chain, that's your score. Pressing ``B`` shows you the length of the chain.