From 1c8eeeccd121c6ba2a5ec5677f5a9a4e9eac248a Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Sun, 11 Aug 2024 15:33:56 +0200
Subject: [PATCH] docs: add missing leading dot when referencing the
 .gitlab-ci.yml file

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e7f5fb7..a70f0d2 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ This template can be used both as a [CI/CD component](https://docs.gitlab.com/ee
 
 ### Use as a CI/CD component
 
-Add the following to your `gitlab-ci.yml`:
+Add the following to your `.gitlab-ci.yml`:
 
 ```yaml
 include:
@@ -24,7 +24,7 @@ include:
 
 ### Use as a CI/CD template (legacy)
 
-Add the following to your `gitlab-ci.yml`:
+Add the following to your `.gitlab-ci.yml`:
 
 ```yaml
 include:
-- 
GitLab