README: Fix rendering of Overview header
Headers require a space between the # and the text.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: Ib35573375836091e6906597a5a2ed6dc79a21555
diff --git a/README.md b/README.md
index 8b466ad..f8cfcfd 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-#Overview
+# Overview
This repository hosts code for OpenPower and IBM IPZ format VPD parsers. Both
OpenPower VPD and IPZ VPD formats are structured binaries that consist of
records and keywords. A record is a collection of multiple keywords.