README: cleanup extra anchors
The anchors used in g3doc aren't in normal markdown or at least how
github renders it. Remove them.
Also, split lines at 80 column width.
Change-Id: I94b36a739a0c3ca6eb00c951bb6ab2d98c33933a
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/README.md b/README.md
index f3b7fae..d25e81d 100644
--- a/README.md
+++ b/README.md
@@ -94,9 +94,12 @@
|--------|-------|----
|0x00|0x03|Subcommand
-### GetPCIeSlotsCount - SubCommand 0x04 {#getpcieslotscount-0x04}
+### GetPCIeSlotsCount - SubCommand 0x04
-Sys can get the total number of PCIe slots from BMC using this command. When BMC receives this command, BMC can enumerate over all the PCIe slots and create a hashmap with all the available PCIe slot name - I2C bus number mappings. BMC can then send the total number of PCIe slots as part of this command response.
+Sys can get the total number of PCIe slots from BMC using this command. When
+BMC receives this command, BMC can enumerate over all the PCIe slots and create
+a hashmap with all the available PCIe slot name - I2C bus number mappings. BMC
+can then send the total number of PCIe slots as part of this command response.
Request
@@ -112,10 +115,13 @@
|0x00|0x04|Subcommand
|0x01|Total number of PCIe slots|Total number of PCIe slots
+### GetPCIeSlotI2cBusMapping - SubCommand 0x05
-### GetPCIeSlotI2cBusMapping - SubCommand 0x05 {#getpciesloti2cbusmapping-0x05}
-
-If Sys gets N total slots as part of the above command, then Sys can send this command N times with Entry IDs ranging from 0 to N - 1. Say, Sys sends this command with Entry ID as 1, BMC can go and fetch the first PCIe slot name - I2C bus number mapping from the hashmap created above and then send the PCIe slot name and I2C bus number as part of the command response.
+If Sys gets N total slots as part of the above command, then Sys can send this
+command N times with Entry IDs ranging from 0 to N - 1. Say, Sys sends this
+command with Entry ID as 1, BMC can go and fetch the first PCIe slot name - I2C
+bus number mapping from the hashmap created above and then send the PCIe slot
+name and I2C bus number as part of the command response.
Request