From 84eaea50b06dda2b0663430c940bfcbe4b441798 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik.tjader@gmail.com>
Date: Thu, 24 Mar 2016 21:22:41 +0100
Subject: [PATCH] Markdown formatting improvement

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 3319824..1144dd5 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Install arm-none-eabi-* series of tools
 
 <https://packages.debian.org/jessie/devel/gcc-arm-none-eabi>
 
-Install st-link
+### Install st-link
 
 [](https://github.com/texane/stlink)
 
@@ -24,7 +24,7 @@ Modify the Makefile and linker scripts to suit your requirements.
 Possibly change the memory size in stm32_flash.ld,
 included libraries in the Makefile.
 
-Connect your MCU and connect st-link.
+### Connect your MCU and connect st-link.
 
 Sometimes it will complain it cannot find/communicate with the chip, try erasing first:
 
@@ -39,7 +39,7 @@ a workaround is to enable very verbose logging functioning as a keep-alive.
 
     st-util -v99
 
-Launch your debugger with the compiled executable:
+### Launch your debugger with the compiled executable:
 
     arm-none-eabi-gdb stm32f4.elf
 
-- 
GitLab