aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-08-29 08:19:51 +0530
committerSudar <sudar@sudarmuthu.com>2014-08-29 08:19:51 +0530
commit846636b139ad773f295c317455acb4746cbb7fb0 (patch)
treeb6540a7d3976e5871c1d98f81ac9e4d2029926ae /README.md
parent47c9ec8f68407008330bbe9b94c09089d1d88dac (diff)
parent5420e920fbf86823e756a6c66c846e4f8eecad7e (diff)
Merge pull request #247 from jrbenito/master
Fix a typo in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 97cfdd4..50785b0 100644
--- a/README.md
+++ b/README.md
@@ -147,7 +147,7 @@ The makefile can autodetect the libraries that are included from your sketch and
To upload compiled files, `avrdude` is used. This Makefile tries to find `avrdude` and it's config (`avrdude.conf`) below `ARDUINO_DIR`. If you like to use the one installed on your system instead of the one which came with Arduino, you can try to set the variables `AVRDUDE` and `AVRDUDE_CONF`. On a typical Linux system these could be set to
- AVRDDUDE = /usr/bin/avrdude
+ AVRDUDE = /usr/bin/avrdude
AVRDUDE_CONF = /etc/avrdude.conf
## Versioning