From a6a4a4f489d5cfea9fc63862ec6b9b5805015f0e Mon Sep 17 00:00:00 2001
From: nrs1g15 <nrs1g15@soton.ac.uk>
Date: Sat, 29 Jun 2019 23:31:29 +0100
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a39c9ec..1f4d796 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
 
-- 
GitLab