README.md: Fix header markdown syntax
Need a space after the #(s).
If the header has closing #(s), need a space before.
Removed closing #(s) since they are not needed.
Change-Id: I8066b23a08cf7e52868efd184d89f5e57cc969a1
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/README.md b/README.md
index a85a1b8..669c497 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-#Entity Manager#
+# Entity Manager
Entity manager is a runtime configuration application which parses configuration
files (in JSON format) and attempts to detect the devices described by the
@@ -7,7 +7,7 @@
JSON file which includes all devices in the system such as fans and temperature
sensors.
-## Configuration Syntax ##
+## Configuration Syntax
In most cases a server system is built with multiple hardware modules (circuit
boards) such as baseboard, risers, and hot-swap backplanes. While it is
@@ -42,7 +42,7 @@
-## Configuration Records - Baseboard Example##
+## Configuration Records - Baseboard Example
Required fields are name, probe and exposes.
@@ -149,7 +149,7 @@
}
```
-####Configuration Records - Chassis Example ####
+#### Configuration Records - Chassis Example
Although fan connectors are considered a part of a baseboard, the physical
fans themselves are considered as a part of a chassis. In order for a fan to
@@ -187,7 +187,7 @@
}
```
-## Enabling Sensors ##
+## Enabling Sensors
As demons can trigger off of shared types, sometimes some handshaking will be
needed to enable sensors. Using the TMP75 sensor as an example, when the
@@ -196,7 +196,7 @@
different types and create device tree overlays for specific offsets. Once
this is done, the baseboard temperature sensor demon can scan the sensors.
-## Run Unit Tests ##
+## Run Unit Tests
The following environment variables need to be set to run unit tests: