From 8be277889ad90fd6e9b5b8d005ca83bd96c84411 Mon Sep 17 00:00:00 2001
From: Per Lindgren <per.lindgren@ltu.se>
Date: Wed, 20 Dec 2017 23:06:28 +0100
Subject: [PATCH] Readme

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

diff --git a/README.md b/README.md
index de07842..698e720 100644
--- a/README.md
+++ b/README.md
@@ -17,18 +17,23 @@ ITM output will be interleaved on preemption. If you don't want interleaving, st
 extern crate cortex_m_debug;
 
 ...
-  ipln!();
   ipln!("Hello nasty");
+  ipln!();
+  ipln!("Well it's...");
   ipln!("{} cups of coffee ...", 50);
 ...
 ```
-Will render the output
-```
 
+Will render the output:
+
+```
 Hello nasty
+
+Well it's...
 50 cups of coffee ...
 ```
-and you know its on.
+
+...and you know its on.
 
 # License
 
-- 
GitLab