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/