From b78b21b05abb2e69aa51d188fb47234001bbf41b Mon Sep 17 00:00:00 2001 From: jackton1 Date: Fri, 12 May 2023 18:39:34 +0000 Subject: [PATCH] Updated README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 485b51a..6737fcd 100644 --- a/README.md +++ b/README.md @@ -117,11 +117,11 @@ Support this project with a :star: -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|-----------------|--------|----------|---------|----------------------------------------------------------| -| files | string | false | | File/Directory names to check for
uncommited changes. | -| files-separator | string | false | `"\n"` | Separator used to split the
`files` input | -| separator | string | false | `" "` | Output string separator. | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|-----------------|--------|----------|---------|------------------------------------------------------------| +| files | string | false | | File/Directory names to check for
uncommited changes. | +| files-separator | string | false | `"\n"` | Separator used to split the
`files` input | +| separator | string | false | `" "` | Output string separator. | @@ -129,10 +129,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. |