Browse Source

Enhanced doc, some rephrasing.

Alois Mahdal 12 years ago
parent
commit
a7fd031d42
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

@@ -24,12 +24,12 @@ API to make usage of *htlog.cgi* in Perl scripts even easier
24 24
 
25 25
 Script to make it easier to start developing your new Perl module under pressure of unit tests written in [Test::More](http://perldoc.perl.org/Test/More.html) and the likes.
26 26
 
27
-Suggested use is to sit on the other monitor, run all *.t* files around and around and be annoying about the fact that they fail.  Then the rule of thumb is "no green, no commit".
27
+Suggested use is to sit on the other monitor, run all *.t* files around and around and be annoying about the fact that they fail.  Then the rule of thumb goes without saying: "no green, no commit".
28 28
 
29 29
 
30 30
 ##timestamp.pl##
31 31
 
32
-Script to measure how long mone second takes.  For those that know how long it takes, it can serve as a snippet for Perl `&stamp()`.
32
+Script to measure how long mone second takes.  For those that know how long one second takes, it can serve as a snippet for Perl `&stamp()`.
33 33
 
34 34
 
35 35