diff --git a/README.md b/README.md
index fbb2c7195c9e119189363b74ca1baf4e7398a731..49d315fb26024fe30ecc992f997aed60d1370b04 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
 <div align="center">
-  <img src="./logo.png">
-  <h2 align="center">S3rius bot</h2>
+  <img src="./logo.png" width="300">
 </div>
 
 
@@ -29,6 +28,8 @@ pip install -r requirements/requirements.base.txt
 export $(cat .env)
 python main.py
 ```
+Then go to telegram copy the verification token and submit it on [localhost:8080](localhost:8080)
+
 That's all.
 
 ### Server configuration
@@ -42,6 +43,7 @@ Clone this repo to your gitlab.
     - TELEGRAM_ACCOUNT_PHONE
     - LIBRARIES_IO_API_TOKEN
 * Don't forget to declare a global network on your server like memes_network in [docker-compose.yml](./docker-compose.yml).
+* Add access to your container from the network for token submission.
 
 ## How to contribute
 First of all install docker and python
diff --git a/logo.png b/logo.png
index 59ae0f5fca6389701cf13f95defd1501129a3ef5..0bf9849c9627b4917a090d190fcacfbf55285f80 100644
Binary files a/logo.png and b/logo.png differ