fix Readme

This commit is contained in:
mirivlad 2025-11-28 16:48:35 +08:00
parent de4d5ac595
commit c4eae6b45f
1 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@
---
## 📁 Структура проекта
```
web_writer/
├── controllers/ # Контроллеры приложения
│ ├── AuthController.php
@ -65,7 +66,7 @@ web_writer/
├── vendor/ # Внешние библиотеки
├── config/ # Конфигурационные файлы
└── index.php # Точка входа
```
## 🛠 Установка