diff --git a/README.md b/README.md
index 87079731..74355208 100644
--- a/README.md
+++ b/README.md
@@ -209,7 +209,7 @@ Support this project with a :star:
| fetch\_depth | string | false | `"50"` | Depth of additional branch history
fetched. **NOTE**: This can be
adjusted to resolve errors with
insufficient history. |
| files | string | false | | File and directory patterns to
detect changes using only these
list of file(s) (Defaults to the entire repo) **NOTE:**
Multiline file/directory patterns should not
include quotes. |
| files\_from\_source\_file | string | false | | Source file(s) used to populate
the `files` input. |
-| files\_from\_source\_file\_separator | string | false | `"\n"` | Separator used to split the
`files-from-source-file` input |
+| files\_from\_source\_file\_separator | string | false | `"\n"` | Separator used to split the
`files_from_source_file` input |
| files\_ignore | string | false | | Ignore changes to these file(s)
**NOTE:** Multiline file/directory patterns should
not include quotes. |
| files\_ignore\_from\_source\_file | string | false | | Source file(s) used to populate
the `files_ignore` input |
| files\_ignore\_from\_source\_file\_separator | string | false | `"\n"` | Separator used to split the
`files_ignore_from_source_file` input |