From e6f6962a93d2a76a18c4922cc9c0c7f12cc1718d Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 9 Sep 2014 10:18:42 -0500 Subject: fix README syntax --- README.rst | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index f758a66..df75218 100644 --- a/README.rst +++ b/README.rst @@ -11,17 +11,11 @@ More info: https://leap.se running tests ------------- -Use trial to run the test suite. - -``` -trial leap.mail -``` +Use trial to run the test suite:: + trial leap.mail ... and all its goodies. To run all imap tests in a loop until some of them -fails: - -``` -trial -u leap.mail.imap -``` +fails:: + trial -u leap.mail.imap Read the *trial* manpage for more options . -- cgit v1.2.3