From d347006dcea1ed4eb508cac0acf95f631c82a2cb Mon Sep 17 00:00:00 2001 From: will-v-pi <108662275+will-v-pi@users.noreply.github.com> Date: Tue, 24 Jun 2025 12:42:46 +0100 Subject: [PATCH] Whitespace fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59a827d1..38b54de1 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ instructions for other platforms, and just in general, we recommend you see [Ras ```sh $ cmake --build build --target hello_world ``` -> The directory-name supplied to the `--build` flag needs to match the directory-name that was passed to the `-B` flag in the earlier cmake command. + > The directory-name supplied to the `--build` flag needs to match the directory-name that was passed to the `-B` flag in the earlier cmake command. 1. You now have `hello_world.elf` to load via a debugger, or `hello_world.uf2` that can be installed and run on your Raspberry Pi Pico-series device via drag and drop.