From 223806080c86d9299d50c3f9d97aa55bb3acf4f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tomasz=20Ka=C5=BAmierczak?= <tkazmierczak@man.poznan.pl>
Date: Thu, 4 Aug 2022 10:24:24 +0000
Subject: [PATCH] Update README.md - explained variable: license_file

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

diff --git a/README.md b/README.md
index 8ab1195..9798071 100644
--- a/README.md
+++ b/README.md
@@ -44,3 +44,9 @@ Example run (Windows):
 Two files:
 - gitlab-projects.html
 - gitlab-project.json
+
+We can find various variables in these files (project_name, groups, etc.), 
+the most important is **license_file**, which can have three values:
+- **LICENSE** - found LICENSE file in the Repository
+- **404 File Not Found** - not found LICENSE in the Repository
+- **No created repository** - the project has no Repository created, no LICENSE file
-- 
GitLab