Skip to content

Commit 6f8279d

Browse files
committed
Format nits in README
1 parent 32dc146 commit 6f8279d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ The `thumbv6m-none-eabi` target may be replaced by the all-Arm wildcard
252252
whilst holding some kind of "Boot Select" button. On Linux, you will also need
253253
to 'mount' the device, like you would a USB Thumb Drive.
254254

255-
*Step 4* - Use `cargo run`, which will compile the code and started the
255+
*Step 4* - Use `cargo run`, which will compile the code and start the
256256
specified 'runner'. As the 'runner' is picotool, it will flash your compiled
257257
binary over USB.
258258

@@ -276,10 +276,10 @@ Picotool can also read "Binary Info" from a device with `picotool info`. To
276276
enable this in your firmware, see the [rp-binary-info] crate and the
277277
corresponding [binary info example].
278278

279-
[rp-binary-info]: https://github.com/rp-rs/rp-hal/tree/main/rp-binary-info
280279
[binary info example]: https://github.com/rp-rs/rp-hal/blob/main/rp2040-hal-examples/src/bin/binary_info_demo.rs
281280

282281
### Loading with probe-rs
282+
283283
[probe-rs](https://github.com/probe-rs/probe-rs) is a library and a
284284
command-line tool which can flash a wide variety of microcontrollers
285285
using a wide variety of debug/JTAG probes. Unlike using, say, OpenOCD,

0 commit comments

Comments
 (0)