aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-08-14 17:02:57 +0200
committerMichał Górny <mgorny@gentoo.org>2011-08-14 17:05:47 +0200
commitc436c7d851512075106b902d9a59db0b1981031b (patch)
treec5fb273f442f577af40f0b7803b89115e007fcc4
parentUse EnvironmentError instead of (IOError, OSError). (diff)
downloadpms-test-suite-c436c7d851512075106b902d9a59db0b1981031b.tar.gz
pms-test-suite-c436c7d851512075106b902d9a59db0b1981031b.tar.bz2
pms-test-suite-c436c7d851512075106b902d9a59db0b1981031b.zip
Fix markdown syntax in README.
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index ed474f7..94f28a3 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ PMS Test Suite
A GSoC 2011 project by Michał Górny.
-http://www.gentoo.org/proj/en/qa/pms/pms-test-suite.xml
+[Homepage]( http://www.gentoo.org/proj/en/qa/pms/pms-test-suite.xml )
Few words of introduction
@@ -12,7 +12,7 @@ Few words of introduction
The PMS Test Suite projects aims to create a comprehensive, universal test suite
for Gentoo Package Managers. It is supposed to create a set of test ebuilds, run
them using a particular Package Manager (like portage) and check their results
-to determine whether the PM does comply to the PMS [1].
+to determine whether the PM does comply to the [PMS][1].
[1]:http://www.gentoo.org/proj/en/qa/pms.xml
@@ -66,8 +66,8 @@ Getting nice HTML results
-------------------------
By default, pms-tester simply runs all tests and returns information about test
-failures. If you'd like to get a nice HTML output instead (like the one
-published by me [1]), please use:
+failures. If you'd like to get a nice HTML output instead (like [the one
+published by me][1]), please use:
pms-tester -p yourpm -o html -O myoutput.html