From e80a6cb630dbaeb0cf2798ce15d6ea2624e47fb7 Mon Sep 17 00:00:00 2001 From: fef Date: Mon, 26 Sep 2022 13:06:19 +0200 Subject: [PATCH] update placeholder name in comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd9d726..3e8ca71 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ To build the EEPROM image, execute the following command. Pass any other configuration options you want to set to the first command or use `cmake-gui(1)`. ```shell -# Replace with one of the target architectures from the list above +# Replace with one of the target architectures from the list above # This will default to at91sam3x8e (Arduino Due) cmake -DARCH= -B build -S . cmake --build build