From 87b29bf9f4b02cd431f30a89f74b069d8d99fcee Mon Sep 17 00:00:00 2001 From: MGlolenstine Date: Fri, 24 Sep 2021 14:36:59 +0200 Subject: [PATCH] Fixed a formatting typo --- boards/pico/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)