diff --git a/README.md b/README.md
index 95dd4332..505713ac 100644
--- a/README.md
+++ b/README.md
@@ -125,7 +125,7 @@ Support this project with a :star:
| 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 |
| path | `string` | `false` | | Relative path under
`GITHUB_WORKSPACE`
to the repository |
-| since\_last\_remote\_commit | `string` | `false` | `false` | Use the last commit on the remote
branch as the `base_sha`.
(Defaults to the previous commit).
NOTE: This requires
`fetch-depth: 0`|
+| since\_last\_remote\_commit | `string` | `false` | `false` | Use the last commit on the remote
branch as the `base_sha`
(Defaults to the previous commit).
NOTE: This requires
using `fetch-depth: 0`
with `actions/checkout@v2` |
## Example