From b451aab366d860d482768429507cea7d8636126e Mon Sep 17 00:00:00 2001 From: DemoYeti <164791169+DemoYeti@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:03:03 -0400 Subject: [PATCH] Add missing language fences --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f684cf..0ab6a99 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This app can support any chassis that has the redfish API available. If one need To run it: -``` +```console $ ./fishymetrics --help usage: fishymetrics [] @@ -209,13 +209,13 @@ make build #### docker image -``` +```bash make docker ``` ### Testing -``` +```bash make test ```