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. |