Firmware for the b-parasite board, but in Rust.

Update README

Changed files
+1 -1
+1 -1
README.md
··· 25 25 26 26 For flashing, you'll need `probe-rs`, so be sure to [follow the install instructions here](https://probe.rs/docs/getting-started/installation/). There will be [further setup required after installation](https://probe.rs/docs/getting-started/probe-setup/). 27 27 28 - This should be enough to get you all the necessary tools in place for compiling and flashing your b-parasite board. To check everything compiles correctly, `cd` into the `para-firmware` folder and run the following: 28 + This should be enough to get you all the necessary tools in place for compiling and flashing your b-parasite board. To check everything compiles correctly, run the following: 29 29 30 30 ``` 31 31 cargo build