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.
This commit is contained in:
bwnyasse
2025-11-12 12:52:02 -05:00
parent 554dc9f9e3
commit 5d718ff077

View File

@@ -30,7 +30,6 @@ This project uses a central `Makefile` to orchestrate all common tasks.
3. **See All Commands:** 3. **See All Commands:**
For a full list of available commands, run: For a full list of available commands, run:
```bash ```bash
bash
make help make help
``` ```