Skip to content

Commit afd51b5

Browse files
authored
Merge pull request #26 from edneville/master
Adjusting wording flow for readability
2 parents 016880c + 07fe4a1 commit afd51b5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
microbit
22
========
33

4-
_microbit_ contains everything required to get started with the use of Rust to create firmwares for the
5-
faboulus [BBC micro:bit][] microcontroller board. This little board
6-
contains has everything and a kitchensink built-in, even a capable debugging
7-
interface, so all that one needs to get going with progamming this device is:
4+
_microbit_ contains everything required to get started with the use of Rust to create firmwares for the fabulous [BBC micro:bit][] microcontroller board. This little board has everything and a kitchen sink built-in, even a capable debugging interface, so all that one needs to get going with programming this device is:
85

96
* A BBC micro:bit board
107
* A computer (macOS and Linux work perfectly, [Windows tested as well](http://flames-of-code.netlify.com/blog/rust-microbit-windows/))
118
* A bit of open source software
129

13-
Some very preliminary examples of using this crate can be found [here in this repo][examples] or [here on my blog][myblog].
14-
A guide to embedded development using Rust on the _microbit_ using this crate can be found in the [MicroRust book][microrust].
10+
Some very preliminary examples of using this crate can be found [here in this repo][examples] or [here on my blog][myblog].
11+
12+
A guide to embedded development with Rust on the _microbit_ using this crate can be found in the [MicroRust book][microrust].
1513

1614
[BBC micro:bit]: https://microbit.org
1715
[cortex-m]:(https://github.com/japaric/cortex-m)

0 commit comments

Comments
 (0)