From 83bdb16e651a1a11b1841c38f0859d7cba1143a7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tomasz=20Ka=C5=BAmierczak?= <tkazmierczak@man.poznan.pl>
Date: Tue, 2 Aug 2022 10:00:26 +0000
Subject: [PATCH] Update README.md

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 2777903..8ab1195 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,7 @@ 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`
 
 Token can be generated from gitlab.geant.org (for production) or k8s-gitlab.software.geant.org (for developer):
@@ -35,6 +36,7 @@ Start Bash or CMD/PowerShell on your local computer and open folder with this pr
 Example run (Windows):
 
 `C:\...\gitlab-getlists> python.exe .\main.py --developer`
+
 `C:\...\gitlab-getlists> python.exe .\main.py --production`
 
 
-- 
GitLab