diff --git a/README.md b/README.md
index a39c9eca53144638d92e9c872c5e4531f21e0842..1f4d79618ae2ad4eec81d818acbef2066a6af39b 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Debug and Release .hex HAVE to be added seperately, below is an example for addi
     Command: C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avrdude.exe
     Arguments: -C"C:\Program Files (x86)\Arduino\hardware\tools\avr\etc\avrdude.conf" -patmega328p -carduino -P\\.\COM16 -b57600 -D -Uflash:w:"$(ProjectDir)Release\$(TargetName).hex":i
 
-    Title: 328p Release USBasp
+    Title: 328p Debug USBasp
     Command: C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avrdude.exe
     Arguments: -C"C:\Program Files (x86)\Arduino\hardware\tools\avr\etc\avrdude.conf" -patmega328p -carduino -P\\.\COM16 -b57600 -D -Uflash:w:"$(ProjectDir)Debug\$(TargetName).hex":i