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