瀏覽代碼

tools: correct Markdown in concurrencytest/README.md

Remove incorrect indentation.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Heinrich Schuchardt 4 年之前
父節點
當前提交
e4e355f6e4
共有 1 個文件被更改,包括 2 次插入2 次删除
  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`
 
 ----