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` ```