markdownlint: fix all warnings

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I102df3eb41e6491999c94f33d9ee118ceb3f48a4
diff --git a/README.md b/README.md
index 39bd323..d34a1ff 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
+# ipmi-fru-parser
+
 ## To Build
 
-```
 To build this package, do the following steps:
 
-    1. ./bootstrap.sh
-    2. ./configure ${CONFIGURE_FLAGS}
-    3. make
+1. `./bootstrap.sh`
+2. `./configure ${CONFIGURE_FLAGS}`
+3. `make`
 
 To full clean the repository again run `./bootstrap.sh clean`.
-```