diff --git a/README.md b/README.md
index ceea95ce..7b6046bf 100644
--- a/README.md
+++ b/README.md
@@ -145,7 +145,7 @@ Support this project with a :star:
| use\_fork\_point | `boolean` | `false` | `false` | Finds best common ancestor
between two commits
to use in a three-way merge
as the `base_sha`
See: [git merge-base](https://git-scm.com/docs/git-merge-base#Documentation/git-merge-base.txt---fork-point).
NOTE: This pulls the entire commit history of the base branch |
| quotepath | `boolean` | `false` | `true` | Output filenames completely verbatim by setting this to `false` |
-## Example
+## Examples
```yaml
...