From: Heinrich Schuchardt Date: Sat, 25 Jan 2020 22:38:42 +0000 (+0100) Subject: tools: correct Markdown in concurrencytest/README.md X-Git-Tag: v2020.04-rc2~23^2~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e4e355f6e456059aed4f9e4ea58eef636445e1d8;p=oweals%2Fu-boot.git tools: correct Markdown in concurrencytest/README.md Remove incorrect indentation. Signed-off-by: Heinrich Schuchardt --- 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` ----