diff --git a/README.md b/README.md
index 06ca815..ef4cd30 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ This plugin needs access to the last commit that touched a specific file to be a
Change your CI settings
- github actions: set
fetch-depth
to 0
(docs)
- - gitlab runners: set
GIT_DEPTH
to 0
(docs)
+ - gitlab runners: set
GIT_DEPTH
to 0
(docs)
- bitbucket pipelines: set
clone: depth: full
(docs)