diff --git a/README.md b/README.md
index 40c6a18e..1ab1bcac 100644
--- a/README.md
+++ b/README.md
@@ -98,9 +98,9 @@ jobs:
| token | `string` | `false` | `${{ github.token }}` | [GITHUB_TOKEN](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#using-the-github_token-in-a-workflow)
or a repo scoped
[Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) |
| separator | `string` | `true` | `' '` | Output string separator |
| files | `string` OR `string[]` | `false` | | Check for changes
using only these
list of file(s)
(Defaults to the
entire repo) |
-| base_sha | `string` | `false` | | Specify a different
base commit SHA used
for comparing changes |
-| sha | `string` | `true` | `${{ github.sha }}` | Specify a different
commit SHA used
for comparing changes |
-| files_from_source_file | `string` | `false` | | Source file used populate
the files input. |
+| base_sha | `string` | `false` | | Specify a different
base commit SHA
used for
comparing changes |
+| sha | `string` | `true` | `${{ github.sha }}` | Specify a different
commit SHA
used for
comparing changes |
+| files_from_source_file | `string` | `false` | | Source file
used to populate
the files input |
## Example