diff --git a/README.md b/README.md
index 5a8b3b9f..c1ec7acf 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ Using the default separator.
| changed_files | `string` | 'new.txt other.png ...' | Select only files that have their type changed (T) |
| unmerged_files | `string` | 'new.txt other.png ...' | Select only files that are Unmerged (U) |
| unknown_files | `string` | 'new.txt other.png ...' | Select only files that are Unknown (X) |
-| all_changed_files | `string` | 'new.txt other.png ...' | Select all paths (*) are selected if there
is any file that matches other
criteria in the comparison;
if there is no file that
matches other criteria,
nothing is selected. |
+| all_changed_files | `string` | 'new.txt other.png ...' | Select all paths (*) i.e a combination of all options above. |
## Example