Fix MD034 warnings

The following warnings are generated by using markdownlint analysis:
```
bmc/README.md:84:13 MD034/no-bare-urls Bare URL used [Context: "adm1266-read-blackbox-log@sink..."]
bmc/README.md:89:15 MD034/no-bare-urls Bare URL used [Context: "adm1266-clear-blackbox-data@si..."]
```
Refer to markdown-lint [1] to fix MD034
[1]: https://github.com/updownpress/markdown-lint/blob/master/rules/034-no-bare-urls.md

Signed-off-by: George Liu <liuxiwei@ieisystem.com>
Change-Id: Ib4a113a7d7463e79dd5ab93476bbc95aa391230a
diff --git a/bmc/README.md b/bmc/README.md
index 207a1e1..8083e5f 100644
--- a/bmc/README.md
+++ b/bmc/README.md
@@ -81,11 +81,11 @@
 Here log_blob supports 2 actions. These actions are performed on the handler
 file.
 
-1. `open` : adm1266-read-blackbox-log@sink0.service gets launched on BmcBlobOpen
-   command. This service should read the blackbox data from adm1266 and place
-   the into blob handler file. This also enables BmcBlobSessionStat command to
-   indicate that the blob is ready to read.
+1. `open` : `adm1266-read-blackbox-log@sink0.service` gets launched on
+   BmcBlobOpen command. This service should read the blackbox data from adm1266
+   and place the into blob handler file. This also enables BmcBlobSessionStat
+   command to indicate that the blob is ready to read.
 
-2. `delete` : adm1266-clear-blackbox-data@sink0.service gets launched on
+2. `delete` : `adm1266-clear-blackbox-data@sink0.service` gets launched on
    BmcBlobDelete command. This service should delete the cached blackbox data in
    the handler file and erase the blackbox data from adm1266.