diff --git a/README.md b/README.md
index 96d9753f..2fbd8339 100644
--- a/README.md
+++ b/README.md
@@ -609,7 +609,7 @@ multiple_tarballs = Found {num_tarballs} tarballs in job dir - only 1 matching `
`multiple_tarballs` is used to report that multiple tarballs have been found.
```
-job_result_unknown_fmt = :shrug: UNKNOWN _(click triangle for details)_
- Job results file `{filename}` does not exist in job directory or reading it failed.
- No artefacts were found/reported.
+job_result_unknown_fmt = :shrug: UNKNOWN _(click triangle for details)_
- Job results file `{filename}` does not exist in job directory, or parsing it failed.
- No artefacts were found/reported.
```
`job_result_unknown_fmt` is used in case no result file (produced by `bot/check-build.sh`
provided by target repository) was found.