From 769c4f813b0f4cf3617284dacbd2dd7d60e4bc4a Mon Sep 17 00:00:00 2001 From: Mirmuxsin Khamroev Date: Sun, 26 Nov 2023 16:13:19 +0500 Subject: [PATCH] fix on major update --- README.md | 12 ++++++------ img.png => img/img.png | Bin img_1.png => img/img_1.png | Bin img_2.png => img/img_2.png | Bin img_3.png => img/img_3.png | Bin img_4.png => img/img_4.png | Bin img_5.png => img/img_5.png | Bin img_6.png => img/img_6.png | Bin img_7.png => img/img_7.png | Bin img_8.png => img/img_8.png | Bin src/Types/{handler.php => Handler.php} | 0 11 files changed, 6 insertions(+), 6 deletions(-) rename img.png => img/img.png (100%) rename img_1.png => img/img_1.png (100%) rename img_2.png => img/img_2.png (100%) rename img_3.png => img/img_3.png (100%) rename img_4.png => img/img_4.png (100%) rename img_5.png => img/img_5.png (100%) rename img_6.png => img/img_6.png (100%) rename img_7.png => img/img_7.png (100%) rename img_8.png => img/img_8.png (100%) rename src/Types/{handler.php => Handler.php} (100%) diff --git a/README.md b/README.md index 044f244..e2a3af5 100644 --- a/README.md +++ b/README.md @@ -19,22 +19,22 @@ ## Features ### It has every method of telegram bot api: -![img_1.png](img_1.png) +![img_1.png](img/img_1.png) ### Which are fully documented: -![img_2.png](img_2.png) +![img_2.png](img/img_2.png) ### Now you don't have to remember which property is in which object, because they are documented too): -![img_3.png](img_3.png) +![img_3.png](img/img_3.png) ### Which you can get directly throuhg your function: -![img_5.png](img_5.png) +![img_5.png](img/img_5.png) ### BTW, you can call many of them at once: -![img_6.png](img_6.png) +![img_6.png](img/img_6.png) ### It supports FSM-Routing: -![img_8.png](img_8.png) +![img_8.png](img/img_8.png) --- ## Installation diff --git a/img.png b/img/img.png similarity index 100% rename from img.png rename to img/img.png diff --git a/img_1.png b/img/img_1.png similarity index 100% rename from img_1.png rename to img/img_1.png diff --git a/img_2.png b/img/img_2.png similarity index 100% rename from img_2.png rename to img/img_2.png diff --git a/img_3.png b/img/img_3.png similarity index 100% rename from img_3.png rename to img/img_3.png diff --git a/img_4.png b/img/img_4.png similarity index 100% rename from img_4.png rename to img/img_4.png diff --git a/img_5.png b/img/img_5.png similarity index 100% rename from img_5.png rename to img/img_5.png diff --git a/img_6.png b/img/img_6.png similarity index 100% rename from img_6.png rename to img/img_6.png diff --git a/img_7.png b/img/img_7.png similarity index 100% rename from img_7.png rename to img/img_7.png diff --git a/img_8.png b/img/img_8.png similarity index 100% rename from img_8.png rename to img/img_8.png diff --git a/src/Types/handler.php b/src/Types/Handler.php similarity index 100% rename from src/Types/handler.php rename to src/Types/Handler.php