prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML
files to have consistent formatting for these file types. Re-run the
formatter on the whole repository.
Change-Id: I4c6395d774287f086af0b673ab3a900561b6344f
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/README.md b/README.md
index 8b2038b..51845bd 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
To build phosphor-post-code-manager package , do the following steps:
-``` bash
+```bash
meson <build directory>
ninja -C <build directory>
```
@@ -16,10 +16,10 @@
## Hosted Services
This repository ships `xyz.openbmc_project.State.Boot.PostCode.service` systemd
-service along with its [template
-version](https://github.com/openbmc/docs/blob/master/designs/multi-host-postcode.md)
-and a tiny binary that exposes the necessary [dbus interfaces &
-methods](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/State/Boot/PostCode.interface.yaml)
+service along with its
+[template version](https://github.com/openbmc/docs/blob/master/designs/multi-host-postcode.md)
+and a tiny binary that exposes the necessary
+[dbus interfaces & methods](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/State/Boot/PostCode.interface.yaml)
to extract the POST codes per boot cycle.
## Architecture