Update README.md

This commit is contained in:
Tonye Jack
2021-04-24 04:52:12 -04:00
committed by GitHub
parent 357e1be510
commit 38710bc67f

View File

@@ -31,7 +31,7 @@ Using the default separator.
| deleted_files | `string` | 'new.txt other.png ...' | Select only files that are Deleted (D) |
| modified_files | `string` | 'new.txt other.png ...' | Select only files that are Modified (M) |
| renamed_files | `string` | 'new.txt other.png ...' | Select only files that are Renamed (R) |
| changed_files | `string` | 'new.txt other.png ...' | Select only files that have their type changed (T) |
| changed_files | `string` | 'new.txt other.png ...' | Select only files that have their file 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) |