Revise example folder structure in README

Updated the example folder structure section to reflect server organization and added a screenshot.
This commit is contained in:
nickdu088
2025-11-03 10:48:44 +11:00
committed by GitHub
parent 40505239f2
commit 208ce13444

View File

@@ -72,7 +72,7 @@ Command Description
* When you send a document → saved using its original name and MIME extension * When you send a document → saved using its original name and MIME extension
* Everything is organized in your local_storage/ folder * Everything is organized in your local_storage/ folder
## 🧩 Example Folder Structure ## 🧩 Example Folder Structure in Server
``` ```
secure_file_bot_aiogram/ secure_file_bot_aiogram/
├── bot.py ├── bot.py
@@ -84,4 +84,4 @@ secure_file_bot_aiogram/
├── 20251103_141223.mp4 ├── 20251103_141223.mp4
└── ... └── ...
``` ```
![screen shot](screenshot.jpeg)