Fixed a formatting typo

This commit is contained in:
MGlolenstine 2021-09-24 14:36:59 +02:00 committed by 9names
parent b0c15ccc77
commit 87b29bf9f4

View file

@ -50,8 +50,9 @@ rp-hal/boards/pico $ cargo run --release --example <name>
If you get an error about not being able to find `elf2uf2-rs`, try:
```console
$ cargo install elf2uf2-rs, then repeating the `cargo run` command above.
$ cargo install elf2uf2-rs
```
then try repeating the `cargo run` command above.
### [pico_blinky](./examples/pico_blinky.rs)