summaryrefslogtreecommitdiff
path: root/tools/concurrencytest
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-01-26 01:38:42 +0300
committerTom Rini <trini@konsulko.com>2020-01-30 21:30:35 +0300
commite4e355f6e456059aed4f9e4ea58eef636445e1d8 (patch)
tree98b538a466a699d5232154b7b55411e1671aeccf /tools/concurrencytest
parent016e4ae7ef076e6c4abe0e2ec97cfc3e6d03a578 (diff)
downloadu-boot-e4e355f6e456059aed4f9e4ea58eef636445e1d8.tar.xz
tools: correct Markdown in concurrencytest/README.md
Remove incorrect indentation. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'tools/concurrencytest')
-rw-r--r--tools/concurrencytest/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/concurrencytest/README.md b/tools/concurrencytest/README.md
index 8e65776f17..2d7fe75df5 100644
--- a/tools/concurrencytest/README.md
+++ b/tools/concurrencytest/README.md
@@ -16,8 +16,8 @@ pip install concurrencytest
Requires:
- * [testtools](https://pypi.python.org/pypi/testtools) : `pip install testtools`
- * [python-subunit](https://pypi.python.org/pypi/python-subunit) : `pip install python-subunit`
+* [testtools](https://pypi.python.org/pypi/testtools) : `pip install testtools`
+* [python-subunit](https://pypi.python.org/pypi/python-subunit) : `pip install python-subunit`
----