From 38710bc67f4670d70c3f243592944b3b56b65922 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 24 Apr 2021 04:52:12 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c48d9da74aa..d9764e83e1d 100644 --- a/README.md +++ b/README.md @@ -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) |