From 62966432178859262e5e8536a961bc51825ade11 Mon Sep 17 00:00:00 2001
From: Alexandre Kaspar <akaspar@mit.edu>
Date: Fri, 25 Oct 2019 14:51:57 -0400
Subject: [PATCH] Changed title

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 8d49167..a397025 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
 
 <xmp theme="simplex">
 
-# How To Program Your Micro-Controller
+# How To Program Your Micro-Controller with `avrdude` (and `make`)
 
 This is about using `avr-dude`, `make` and getting a high-level understanding of what's happening under the hood so that you can tune your micro-controller yourself.
 Notably, we'll cover the fuse programming for the ATTiny44 (echo ftdi board).
-- 
GitLab