From c5a0df0baa9d6b446f1722d2d933579c9984a502 Mon Sep 17 00:00:00 2001 From: Nikiroy78 <35032449+Nikiroy78@users.noreply.github.com> Date: Wed, 15 Sep 2021 19:22:13 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0a35eb..91f0edd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # vk_callback -```pip +Our module is written to work with callback events of servers vk.com and creating bots based on the callback principle. This method is suitable for loaded projects that combine several bots, forming a network of bots. + +First, let's install it: +```bash pip install vk_callback ```