Skip to content

Commit 16a5206

Browse files
fix(docs): Correct indentation in console configuration section of README.md. (#199)
1 parent 0e7614d commit 16a5206

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Bug #197: Update workflows and documentation for improved CI/CD processes and feature clarity (@terabytesoftw)
66
- Bug #198: Add `Super-Linter` badge to `README.md` for enhanced CI visibility (@terabytesoftw)
7+
- Bug #199: Correct indentation in console configuration section of `README.md` (@terabytesoftw)
78

89
## 0.1.1 September 03, 2025
910

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ php -S localhost:8080 -t web
103103
root/
104104
├── config/ Configuration files
105105
│ ├── common/ Common configuration
106-
P│ ├── console/ Console configuration
106+
│ ├── console/ Console configuration
107107
│ ├── web/ Web configuration
108108
│ └── messages.php Translation config
109109
├── src/

0 commit comments

Comments
 (0)