From 208ce1344466f8f44ca2ff94f7533086aa823e02 Mon Sep 17 00:00:00 2001 From: nickdu088 <26584779+nickdu088@users.noreply.github.com> Date: Mon, 3 Nov 2025 10:48:44 +1100 Subject: [PATCH] Revise example folder structure in README Updated the example folder structure section to reflect server organization and added a screenshot. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index faad754..4a8276b 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Command Description * When you send a document → saved using its original name and MIME extension * Everything is organized in your local_storage/ folder -## 🧩 Example Folder Structure +## 🧩 Example Folder Structure in Server ``` secure_file_bot_aiogram/ ├── bot.py @@ -84,4 +84,4 @@ secure_file_bot_aiogram/ ├── 20251103_141223.mp4 └── ... ``` - +![screen shot](screenshot.jpeg)