markdownlint: fix all warnings

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ida76b81ed6c4d02293517d48f80667f925a6c699
diff --git a/README.md b/README.md
index edb9e2f..d85f6ce 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@
 using meson follow the quick guide to install meson`[6]` and then run below
 commands
 
-```
+```sh
 meson build
 cd build
 ninja
@@ -39,7 +39,7 @@
 After successful build you should be able to run telemetry binary or start unit
 tests
 
-```
+```sh
 ./tests/telemetry-ut
 ./telemetry
 ```
diff --git a/redfish-tests/README.md b/redfish-tests/README.md
index a8ad815..a78aed4 100644
--- a/redfish-tests/README.md
+++ b/redfish-tests/README.md
@@ -1,9 +1,11 @@
-# Requirements
+# Redfish Tests
+
+## Requirements
 
 At least python3.6 is required and following two python packages installed -
 requests, pytest.
 
-```
+```sh
 $ python3 --version
 Python 3.6.8
 
@@ -13,7 +15,7 @@
 $ sudo pip3 install request pytest
 ```
 
-# Config
+## Config
 
 There are few options included to tests:
 
@@ -27,9 +29,9 @@
 
 SSL verification is disabled during tests.
 
-# Run
+## Run
 
-```
+```sh
 # To run all tests in verbose mode and with stop on first failed test (s option direct all print to stdout)
  pytest test_telemetry.py -xsv