From 285c39ff66fc260d02744ce3801f7eb8c49a8e6f Mon Sep 17 00:00:00 2001 From: Juan Ibiapina Date: Thu, 23 May 2024 02:26:27 +0200 Subject: [PATCH] doc: Improve syntax highlighting on readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d541fa..7e87e4e 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ the following directory structure: The entry point in `bin/hat` is then: -```bash +```sh #!/usr/bin/env bash sub --name hat --executable "${BASH_SOURCE[0]}" --relative ".." -- "$@"