diff --git a/README.md b/README.md
index c560017..ba560d7 100644
--- a/README.md
+++ b/README.md
@@ -6,20 +6,19 @@
-# About The app
-### Features:
-+ Temporary E-mail service
-+ URL shortener
-+ Works Online with free public APIs
-+ Version 0.0.0 (demo)
+### ▍Features
+ ▣ Temporary E-mail service
+ ▣ URL shortener
+ ▣ Works Online with free public APIs
+ ▣ Version 0.0.0 (demo)
-### Issues:
-Will be fixed in next updates!
-+ Can't check the valid url for now
-+ Can't use verify links from mailbox (only OTP for now)
-+ App may crash due to slow internet connection (request timeout will fix it)
+### ▍Issues
+Will be fixed in next updates!
+ ▣ Can't check the valid url for now
+ ▣ Can't use verify links from mailbox (only OTP for now)
+ ▣ App may crash due to slow internet connection (request timeout will fix it)
-### Idea?
+### ▍Idea?
so this app works online with public APIs. if you have any idea to add let me know in 'Issues' section in repository
# Setup
@@ -36,20 +35,20 @@ cd EyeZ
chmod +x Lib/install.sh && ./install.sh
```
#### ⒋ Install python-dbus for notification (optional)
-+ Debian based
+ ▣ Debian based
```bash
sudo apt install python-dbus
```
-+ Arch based
+ ▣ Arch based
```bash
sudo pacman -S python-dbus
```
#### ⒌ run the app
-+ Normally
+ ▣ Normally
```bash
python main.py
```
-+ Specific phone
+ ▣ Specific phone
```
python main.py -m screen
```