diff --git a/README.md b/README.md
index 33a4ffbd..c9973863 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,7 @@ Support this project with a :star:
| 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) |
-| files-separator | string | false | `"\n"` | Separator used to split the
files input |
+| files-separator | string | false | `'\n'` | Separator used to split 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 |