Skip to content

Commit 996eee5

Browse files
bors[bot]robyoung
andauthored
Merge #48
48: Fix typo in README r=therealprof a=robyoung Co-authored-by: Rob Young <[email protected]>
2 parents 3049f8a + 5babf48 commit 996eee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The micro:bit comes in different versions. There is a separate crate for each ma
1818
which crate you need to use.
1919

2020
| Crate | Board version | Board image | Docs | crates.io | target |
21-
| ------------------------------ | ----- | ---- | --------- | ------ |
21+
| ------------------------------ | ------------- | ----------- | ---- | --------- | ------ |
2222
| [`microbit`](./microbit) | V1 | [<img src="https://github.com/microbit-foundation/microbit-svg/raw/master/microbit-drawing-back-1-5.png" width="124px" height="100px">](https://github.com/microbit-foundation/microbit-svg/blob/master/microbit-drawing-back-1-5.png) | [![docs.rs](https://docs.rs/microbit/badge.svg)](https://docs.rs/microbit) | [![crates.io](https://img.shields.io/crates/d/microbit.svg)](https://crates.io/crates/microbit) | `thumbv6m-none-eabi` |
2323
| [`microbit-v2`](./microbit-v2) | V2 | [<img src="https://github.com/microbit-foundation/microbit-svg/raw/master/microbit-drawing-back-2.png" width="124px" height="100px">](https://github.com/microbit-foundation/microbit-svg/blob/master/microbit-drawing-back-2.png) | [![docs.rs](https://docs.rs/microbit-v2/badge.svg)](https://docs.rs/microbit-v2) | [![crates.io](https://img.shields.io/crates/d/microbit-v2.svg)](https://crates.io/crates/microbit-v2) | `thumbv7em-none-eabihf` |
2424

0 commit comments

Comments
 (0)