Literally changed a single character

This commit is contained in:
2025-09-25 12:02:01 +02:00
parent c9c31ebd23
commit 6d8b9bc65e

View File

@@ -21,7 +21,7 @@ To compile the example program using tulflash, you will need to install SDCC.
tulflash example
# Compile, flash and monitor the example program:
tulflash run example.c:
tulflash run example.c
# note: `tulflash run example.c` is the same thing as `mkdir "tulflash/" && tulflash write --cmd "sdcc example.c" --cmd-path "tulflash/" --monitor example.ihx`
```