Commit 56f95bee21584be5036ec769d538e55b9f209b51

Stefan Sperling 2019-07-14T12:36:13

wording improvements in README

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/README b/README
index 25a548c..5eda058 100644
--- a/README
+++ b/README
@@ -60,10 +60,10 @@ before Got's command line interface was available; it is unlikely that a
 problem found during regular usage will require a test to be written in C.
 
 Some areas of code, such as the tog UI, are not covered by automated tests.
-Please try to find a way to trigger your problem via the command line before
-reporting the problem without including a written test case. If writing an
-automated test really turns out to be impossible, please explain in very
-clear terms how to reproduce the problem.
+Please always try to find a way to trigger your problem via the command line
+interface before reporting a problem without a written test case included.
+If writing an automated test really turns out to be impossible, please
+explain in very clear terms how the problem can be reproduced.
 
 Mail problem reports to: Stefan Sperling <stsp@stsp.name>