markdownlint: fix all warnings
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I50235fecf8b26f42caced810c8117f1a0a9b63a0
diff --git a/README.md b/README.md
index 24f576e..420bd12 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
+# witherspoon-pfault-analysis
+
Code for detecting and analyzing power faults on Witherspoon.
## To Build
-```
To build this package, do the following steps:
- 1. meson build
- 2. ninja -C build
+1. `meson setup build`
+2. `ninja -C build`
To clean the repository again run `rm -rf build`.
-```