summaryrefslogtreecommitdiff
path: root/CLIENTS.md
diff options
context:
space:
mode:
authorNan Zhou <nanzhoumails@gmail.com>2022-06-27 23:51:53 +0300
committerEd Tanous <ed@tanous.net>2022-06-28 07:21:49 +0300
commita90d66300dfbd5ad6ab35e652b000ac1140c6e7c (patch)
treed4ec3d980b2e23d5705877cee50e2576b9203b4a /CLIENTS.md
parent93b443d372c061784a7ed438e14e2d19a791b940 (diff)
downloadbmcweb-a90d66300dfbd5ad6ab35e652b000ac1140c6e7c.tar.xz
clients.md: fix headers
"##Abc##" is not a valid syntax. Changed to header level 2. Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: I1c52540bd741a65e8fa7d72237bb43a59d120b06
Diffstat (limited to 'CLIENTS.md')
-rw-r--r--CLIENTS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CLIENTS.md b/CLIENTS.md
index 7379599c82..010be31c2d 100644
--- a/CLIENTS.md
+++ b/CLIENTS.md
@@ -11,7 +11,7 @@ of these tools, the tests pass 100%. There may be cases where we workaround
limitations in the testing tools behavior within bmcweb to make the tools pass,
regardless of whether there is user impact.
-##Tests##
+## Tests
Redfish-Service-Validator: A tool to verify through GET requests that bmcweb
properly implements the Redfish schemas in the responded Resource.
@@ -46,7 +46,7 @@ https://github.com/drwetter/testssl.sh
Status: Unknown
-##Clients##
+## Clients
fwupd: Is a client implementation that allows updating firmware components in a
generic way, and includes redfish as one of its plugins.