projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
016e4ae
)
tools: correct Markdown in concurrencytest/README.md
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sat, 25 Jan 2020 22:38:42 +0000
(23:38 +0100)
committer
Tom Rini
<trini@konsulko.com>
Thu, 30 Jan 2020 18:30:35 +0000
(13:30 -0500)
Remove incorrect indentation.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
tools/concurrencytest/README.md
patch
|
blob
|
history
diff --git
a/tools/concurrencytest/README.md
b/tools/concurrencytest/README.md
index 8e65776f178d8abb1b8fe5488986b42f128f517f..2d7fe75df536390a1e858d16cb255fd1227f36f0 100644
(file)
--- 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`
----