From 7fe0b49d09c1fbb69ebc2cb059ccdb1568634527 Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Wed, 6 Dec 2023 09:28:09 +0100
Subject: [PATCH] docs: normalise table headers

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 779799b..a23760f 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ include:
 
 The Renovate template uses some global configuration used throughout all jobs.
 
-| Name                   | description                                                                     | default value     |
+| Name                   | Description                                                                     | Default value     |
 |------------------------|---------------------------------------------------------------------------------|-------------------|
 | `RENOVATE_IMAGE`       | The Docker image used to run Renovate                                           | `registry.hub.docker.com/renovate/renovate:latest` |
 | :lock: `RENOVATE_TOKEN`| A GitLab access token to allow Renovate crawl your projects. [See doc](https://docs.renovatebot.com/modules/platform/gitlab/#authentication) | _none_ |
-- 
GitLab