diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-01-25 23:38:42 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-30 13:30:35 -0500 |
commit | e4e355f6e456059aed4f9e4ea58eef636445e1d8 (patch) | |
tree | 98b538a466a699d5232154b7b55411e1671aeccf /tools/concurrencytest/README.md | |
parent | 016e4ae7ef076e6c4abe0e2ec97cfc3e6d03a578 (diff) |
tools: correct Markdown in concurrencytest/README.md
Remove incorrect indentation.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'tools/concurrencytest/README.md')
-rw-r--r-- | tools/concurrencytest/README.md | 4 |
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` ---- |