markdownlint: fix all warnings
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I306b56d35f2e158f4ebfab6f6d916b602f7c490f
diff --git a/README.md b/README.md
index d1ee44a..60b4ed1 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
+# ibm-logging
+
Provides IBM specific error logging functionality.
## 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 clean the repository run `./bootstrap.sh clean`.
-```