From 422686b099f106be026aa9d0a49f914452b3e792 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Tue, 26 Jul 2022 12:48:08 +0000 Subject: [PATCH] Updated README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eb107b9..b936d61 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](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. | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|-----------|--------|----------|-----------|------------------------------------------------------------------------------------------------------------------------------------| +| autocrlf | string | true | `"input"` | Modify the git configuration [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. |