Fix MD034 warnings
The following warnings are generated by using markdownlint analysis:
```
redfish-tests/README.md:23:4 MD034/no-bare-urls Bare URL used [Context: "https://localhost:443"]
redfish-tests/README.md:23:38 MD034/no-bare-urls Bare URL used [Context: "https://localhost:4443"]
```
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: I90856ee4a0eb9b0079614207e0c16c679e578bf9
diff --git a/redfish-tests/README.md b/redfish-tests/README.md
index a78aed4..a85fa09 100644
--- a/redfish-tests/README.md
+++ b/redfish-tests/README.md
@@ -20,7 +20,7 @@
There are few options included to tests:
- `--host_addr` - address of an OpenBMC together with protocol and port, ex.
- 'https://localhost:443', default: 'https://localhost:4443'
+ `https://localhost:443`, default: `https://localhost:4443`
- `--username` - name of the user that is used during tests, user should have
'ConfigureManager' privilege, default: 'root'
- `--password` - plain password, default: '0penBmc'