From 76bae4251286b6313dc2a3a3f038a109c40d0711 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Fri, 30 Dec 2022 09:51:19 +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 7d42ebf..502effa 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Support this project with a :star: | INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | |-----------|--------|----------|-----------|-------------------------------------------------------------------------------------------------------------------------| | autocrlf | string | true | `"input"` | Modify the git config [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.
| +| files | string | true | | File/Directory names to check for uncommited
changes. | | separator | string | true | `" "` | Output string separator. | @@ -116,10 +116,10 @@ Support this project with a :star: -| OUTPUT | TYPE | DESCRIPTION | -|---------------|--------|---------------------------------------------| -| changed\_files | string | List of changed files | -| files\_changed | string | Boolean indicating that files have changed. | +| OUTPUT | TYPE | DESCRIPTION | +|---------------|--------|-------------------------------------------------| +| changed\_files | string | List of changed files | +| files\_changed | string | Boolean indicating that files have changed.
|