From 26b6c14dffe61cdb6cddaf4ca9ef4e8c6d1fad92 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Sun, 11 Aug 2024 15:36:15 +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 a074fa1..74b8bb4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ or using the legacy [`include:project`](https://docs.gitlab.com/ee/ci/yaml/index ### Use as a CI/CD component -Add the following to your `gitlab-ci.yml`: +Add the following to your `.gitlab-ci.yml`: ```yaml include: @@ -22,7 +22,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