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 ```