README.md: Fix MD033 warnings
The following warnings are generated by using markdownlint analysis:
```
MD033/no-inline-html Inline HTML [Element: config]
```
Refer to markdown-lint [1] to fix MD033
[1]: https://github.com/updownpress/markdown-lint/blob/master/rules/033-no-inline-html.md
Signed-off-by: George Liu <liuxiwei@ieisystem.com>
Change-Id: Id32e821ff52566751b98c4f1ed748c188db7bdb5
diff --git a/README.md b/README.md
index d6b7e08..f358b0a 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@
sudo websocketd/websocketd --port=8000 --staticdir=web --binary ./nbd-proxy <config>
-- where <config> is a name of a configuration in the config.json file.
+- where `<config>` is a name of a configuration in the config.json file.
Note that this type of invocation is very insecure, and intended just for
experimentation. See the Security section below.