diff --git a/README.md b/README.md
index 37e98edc51e5cbb92fd08b903e3f186f2828a205..103a1d24ac0de42ded6bd4319985a80e79c5cef0 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@ All dependencies are stored in the file **requirements.txt**, install them:
 Sample configuration file is env_example. You should rename it to .env 
 This file should contain tokens from gitlab:
 
-`PRODUCTION_TOKEN=glpat-ABCdefGhIj123xyz4567
-DEVELOPER_TOKEN=glpat-ABCdefGhIj123xyz4567`
+`PRODUCTION_TOKEN=glpat-ABCdefGhIj123xyz4567`
+`DEVELOPER_TOKEN=glpat-ABCdefGhIj123xyz4567`
 
 Token can be generated from gitlab.geant.org (for production) or k8s-gitlab.software.geant.org (for developer):
 Edit profile -> Access Token 
@@ -34,7 +34,7 @@ Script have two flags:
 Start Bash or CMD/PowerShell on your local computer and open folder with this project.
 Example run (Windows):
 
-`C:\...\gitlab-getlists> python.exe .\main.py --developer` 
+`C:\...\gitlab-getlists> python.exe .\main.py --developer`
 `C:\...\gitlab-getlists> python.exe .\main.py --production`