From 3ff8c18733512d1a3e08c7832d46ceae6fae2c5a Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Wed, 8 Oct 2025 12:13:59 -0300 Subject: [PATCH] fix(docs): Correct indentation in console configuration section of `README.md`. --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b36e5be..06100a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Bug #197: Update workflows and documentation for improved CI/CD processes and feature clarity (@terabytesoftw) - Bug #198: Add `Super-Linter` badge to `README.md` for enhanced CI visibility (@terabytesoftw) +- Bug #199: Correct indentation in console configuration section of `README.md` (@terabytesoftw) ## 0.1.1 September 03, 2025 diff --git a/README.md b/README.md index 77179a2..a275bf5 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ php -S localhost:8080 -t web root/ ├── config/ Configuration files │ ├── common/ Common configuration -P│ ├── console/ Console configuration +│ ├── console/ Console configuration │ ├── web/ Web configuration │ └── messages.php Translation config ├── src/