From 6d8b9bc65e2ce6524829a556833b97d06e1646e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Proch=C3=A1zka?= Date: Thu, 25 Sep 2025 12:02:01 +0200 Subject: [PATCH] Literally changed a single character --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64db7d1..366f39f 100644 --- a/README.md +++ b/README.md @@ -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` ```