From 5aa6cd0672ff0e8126063a6d595dc2c9a4716386 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik@tjaders.com>
Date: Thu, 7 Dec 2017 21:15:13 +0100
Subject: [PATCH] Clearer what task is what

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 32e401e..db4048e 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ arm-none-eabi-gdb debug/$TARGET/debug/app
 
 Will take the string from CODED and output the decoded string into PLAIN
 
-## Analysis
+## b Analysis
 
 CODED is globally defined, but only read from and never updated.
 PLAIN however is mutable and will be changed on the "return" of decode()
@@ -52,7 +52,7 @@ Currently there is only one function so it should be safe, however, with
 two tasks this would not be the case. In a typical microcontroller setting
 with interrupt handlers it would be similar "safe" like C.
 
-## Debug vs Release analysis
+## c Debug vs Release analysis
 
 Time taken to decode ABC is `Decoded in 4457 cycles`,
 while in release mode this is reduced to `Decoded in 338 cycles`.
-- 
GitLab