diff --git a/README.md b/README.md
index 5ed33e11..c465b60e 100644
--- a/README.md
+++ b/README.md
@@ -97,8 +97,8 @@ 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) |
-| sha | `string` | `true` | `${{ github.sha }}` | Specify a different
commit SHA used for comparing changes |
+| files | `string` OR `string[]` | `false` | | Check for changes
using only these
list of file(s)
(Defaults to the
entire repo) |
+| 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. |
## Example