diff --git a/README.md b/README.md index d7fc6dd..9093fdc 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ tulflash example # Compile, flash and monitor the example program: tulflash run example.c: -# note: `tulflash run example.c` is the thing as `mkdir t"ulflash/" && tulflash write --cmd "sdcc example.c" --cmd-path "tulflash/" --monitor example.ihx` +# note: `tulflash run example.c` is the thing as `mkdir "tulflash/" && tulflash write --cmd "sdcc example.c" --cmd-path "tulflash/" --monitor example.ihx` ``` If the flash fails, try to add `--slow` before `run` (should not be needed though).