From c93746c811f79737a1e4e9ba6e0ff9e4c2097c02 Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Wed, 6 Dec 2023 09:29:36 +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 d215b8c..1365cf4 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ include:
 Those jobs trigger a Gitleaks analysis (either on the complete repository, either on the current branch).
 They use the following configuration.
 
-| Name                  | description                            | default value     |
+| Name                  | Description                            | Default value     |
 | --------------------- | -------------------------------------- | ----------------- |
 | `GITLEAKS_IMAGE`      | The Docker image used to run Gitleaks  | `registry.hub.docker.com/zricethezav/gitleaks:latest` |
 | `GITLEAKS_RULES`      | Gitleaks [configuration rules](https://github.com/zricethezav/gitleaks#configuration) to use (you may also provide your own `.gitleaks.toml` configuration file in your project). | _none_ (uses default rules) |
-- 
GitLab