From caf3f2dec6fe0fefd95921840a89d7952e7e35a7 Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Thu, 29 Dec 2022 16:51:03 +0100 Subject: [PATCH] README: Update example target name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7c66972e..b766a776a 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ After updating the kit, you may need to reload VScode. #### Building -To start building a firmware, click the CMake Tools plugin icon on the far left side. You will get a very large list of targets to build. Find the firmware you'd like to build (like `MK3S-EINSy10a_ENGLISH`) and select the small icon which shows "Build" when hovered over. +To start building a firmware, click the CMake Tools plugin icon on the far left side. You will get a very large list of targets to build. Find the firmware you'd like to build (like `MK3S_ENGLISH`) and select the small icon which shows "Build" when hovered over. The built .hex file can then be found in folder `Prusa-Firmware/build`