diff --git a/README.md b/README.md index 5cae32e..f0ddf4f 100644 --- a/README.md +++ b/README.md @@ -119,8 +119,8 @@ 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 | +| 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. |