diff --git a/boards/pico/README.md b/boards/pico/README.md index 08330db..2ab637d 100644 --- a/boards/pico/README.md +++ b/boards/pico/README.md @@ -50,8 +50,9 @@ rp-hal/boards/pico $ cargo run --release --example 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)