summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-03-16 14:32:08 +0200
committerYuval Adam <yuv.adm@gmail.com>2014-03-16 14:32:08 +0200
commit06ce04ea67dc8ac144162c6b15a73a968ba05e78 (patch)
tree220e78f2363e7d70d9660be2ae134713079cef19
parentfd1d6d189e6b5d2ecb0d6ddc1e886516193a8a91 (diff)
Update README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 736a263..dadbdf2 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Tested on Mac OS X 10.6.8, should work on most Macs and Linuxes.
Assuming you're using the Tiva C Connected Launchpad dev board (`ek-tm4c1294xl`):
```bash
-$ cd boards/ek-tm4c1294xl/project0
+$ cd boards/ek-tm4c1294xl/blinky
$ make
$ lm4flash gcc/project0.bin
# Great success!