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

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

diff --git a/README.md b/README.md
index 6b42706..8aa2b0d 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ include:
 
 This job performs a static analysis of your shell scripts using [ShellCheck](https://github.com/koalaman/shellcheck).
 
-| Name                    | description                            | default value     |
+| Name                    | Description                            | Default value     |
 | ----------------------- | -------------------------------------- | ----------------- |
 | `BASH_SHELLCHECK_DISABLED` | Set to `true` to disable ShellCheck                                                | _none_ (enabled) |
 | `BASH_SHELLCHECK_IMAGE` | The Docker image used to run [ShellCheck](https://github.com/koalaman/shellcheck) | `registry.hub.docker.com/koalaman/shellcheck-alpine:stable` |
@@ -32,7 +32,7 @@ This job performs unit tests based on [Bats](https://bats-core.readthedocs.io/)
 
 The job uses the following variables:
 
-| Name                    | description                            | default value     |
+| Name                    | Description                            | Default value     |
 | ----------------------- | -------------------------------------- | ----------------- |
 | `BASH_BATS_ENABLED`     | Set to `true` to enable bats tests                                                    | _none_ (disabled) |
 | `BASH_BATS_IMAGE`       | The Docker image used to run [Bats](https://hub.docker.com/r/bats/bats) | `registry.hub.docker.com/bats/bats:latest` |
-- 
GitLab