Explorar o código

tools: correct Markdown in concurrencytest/README.md

Remove incorrect indentation.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Heinrich Schuchardt %!s(int64=4) %!d(string=hai) anos
pai
achega
e4e355f6e4
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tools/concurrencytest/README.md

+ 2 - 2
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`
 
 ----