From aa23592ddb279c1ba99b73c9d405b187f82b5129 Mon Sep 17 00:00:00 2001 From: Abdullah Bagyapan Date: Fri, 19 Apr 2024 20:27:06 +0300 Subject: [PATCH] fix(readme):typo at section "Uploading The Code" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54928d3..952b98f 100644 --- a/README.md +++ b/README.md @@ -58,5 +58,5 @@ Now that we compiled the code we can deploy to our microcontroller. > **Note !:** To upload the compiled code, you need to start your Raspberry Pi Pico in **flash mode**. To start in flash mode you need to press **bootsel button** before plug in cable. ```console -cp build/main.ef2 +cp build/main.uf2 ``` \ No newline at end of file