From 3cdbc2e34e1e50b70ada3e44028829fd1ad0f0b8 Mon Sep 17 00:00:00 2001
From: Alexandre Kaspar <akaspar@mit.edu>
Date: Fri, 25 Oct 2019 14:53:14 -0400
Subject: [PATCH] Better title

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

diff --git a/index.html b/index.html
index a397025..6c6a98a 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
 
 <xmp theme="simplex">
 
-# How To Program Your Micro-Controller with `avrdude` (and `make`)
+# How to use 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