Skip to content

Commit 94c2aa9

Browse files
committed
Fixed typo in license and broken link in README
Signed-off-by: Daniel Egger <[email protected]>
1 parent 1e8b6c4 commit 94c2aa9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE-0BSD.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2018 daniel@egger@-club.de
1+
Copyright (C) 2018 daniel@eggers-club.de
22

33
Permission to use, copy, modify, and/or distribute this software for any
44
purpose with or without fee is hereby granted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ microbit
22
========
33

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

@@ -12,7 +12,7 @@ interface, so all that one needs to get going with progamming this device is:
1212

1313
More information about how to use this coming soon...
1414

15-
[micro:bit]: https://microbit.org
15+
[BBC micro:bit]: https://microbit.org
1616
[cortex-m]:(https://github.com/japaric/cortex-m)
1717
[cortex-m-rt]:(https://github.com/japaric/cortex-m-rt)
1818

0 commit comments

Comments
 (0)