summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dadbdf2..a939e56 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,6 @@ Assuming you're using the Tiva C Connected Launchpad dev board (`ek-tm4c1294xl`)
```bash
$ cd boards/ek-tm4c1294xl/blinky
$ make
-$ lm4flash gcc/project0.bin
+$ lm4flash gcc/blinky.bin
# Great success!
```