From 5d718ff077ee480569685a4ea8a149bbda9d668d Mon Sep 17 00:00:00 2001 From: bwnyasse <5323628+bwnyasse@users.noreply.github.com> Date: Wed, 12 Nov 2025 12:52:02 -0500 Subject: [PATCH] fix(README.md): remove redundant 'bash' keyword in code block The 'bash' keyword was unnecessary and detracted from the cleanliness of the README. This commit removes it. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 842839ba..00206d4c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,6 @@ This project uses a central `Makefile` to orchestrate all common tasks. 3. **See All Commands:** For a full list of available commands, run: ```bash -bash make help ```