From 5420e920fbf86823e756a6c66c846e4f8eecad7e Mon Sep 17 00:00:00 2001 From: Joseivaldo Benito Junior Date: Thu, 28 Aug 2014 23:42:47 -0300 Subject: [PATCH] Small typo, can lead to copy and paste fails Signed-off-by: Joseivaldo Benito Junior --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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