README.md: Fix MD001 warnings
The following warnings are generated by using markdownlint analysis:
```
MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h3]
```
Refer to markdown-lint [1] to fix MD001
[1]: https://github.com/updownpress/markdown-lint/blob/master/rules/001-header-increment.md
Signed-off-by: George Liu <liuxiwei@ieisystem.com>
Change-Id: Ib0c663fd3ba731018287af81efe4820914ab6e95
diff --git a/README.md b/README.md
index 4eaa9bb..da5da0d 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,17 @@
# phosphor-ecc
-### Overview
+## Overview
This function is to provide the BMC with the ability to record ECC error SELs.
The EDAC driver of BMC can detects and corrects memory errors, which helps
identify problems before they become catastrophic faulty memory module.
-### Requirements
+## Requirements
- The EDAC driver must be supported and enabled
- The `phosphor-sel-logger` package must be installed
-### Monitor Daemon
+## Monitor Daemon
Run the application and look up the ECC error count every second after service
is started. On first start, it resets all correctable ECC counts and
@@ -38,7 +38,7 @@
(default:100) is saved in the configuration file, and the user can modify the
value if necessary.
-### Create the ECC SEL
+## Create the ECC SEL
Use the `phosphor-sel-logger` package to record the following logs in BMC SEL
format.