diff --git a/README.md b/README.md index 42e0b8e..eb107b9 100644 --- a/README.md +++ b/README.md @@ -96,11 +96,11 @@ Support this project with a :star: -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|-----------|--------|----------|-----------|--------------------------------------------------------------------------| -| autocrlf | string | true | `"input"` | Modify the core.autocrlf setting possible
values (true, false, input) | -| files | string | true | | List of files to check
for changes. | -| separator | string | true | `" "` | Split character for array output
| +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|-----------|--------|----------|-----------|--------------------------------------------------------------------------------------------------------------| +| autocrlf | string | true | `"input"` | Modify the [core.autocrlf](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_core_autocrlf). | +| files | string | true | | File/Directory names to check for
uncommited changes. | +| separator | string | true | `" "` | Output string separator. |