diff --git a/README.md b/README.md
index e3c575ff85b1e3601dd8c764d565832c0cf867d9..20b5ba79fcb5872cfaf7e0355e25e1eca468cd2e 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@
 + no need to `borrow/get` the ITM
 + no need to pass ITM around to tasks in `cortex-m-rtfm`
 + non intrusive with respect to scheduling (no `claim` needed using `cortex-m-rtfm`)
-
 +/- ITM output will be interleaved on preemption.
+
 # Usage
 
 ``` rust