From 1f02bb9e7ade4e0e99f37f773077b450ffda5692 Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio.bekerle@tugraz.at>
Date: Mon, 25 Apr 2022 15:47:28 +0200
Subject: [PATCH] Add more additional frontend information

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index be5f710..e155f84 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 [GitLab](https://gitlab.tugraz.at/dbp/check-in/dbp-relay-checkin-bundle) |
 [Packagist](https://packagist.org/packages/dbp/relay-checkin-bundle) |
-[Check-in Application](https://gitlab.tugraz.at/dbp/check-in/checkin) |
+[Frontend Application](https://gitlab.tugraz.at/dbp/check-in/checkin) |
 [Check-in Website](https://dbp-demo.tugraz.at/site/software/check-in.html)
 
 This bundle handles check-ins to places and contact tracing for warning about COVID-19 cases.
@@ -12,6 +12,8 @@ the open source system for contact tracing at universities.
 
 See [Check-in Website](https://dbp-demo.tugraz.at/site/software/check-in.html) for more information.
 
+There is a corresponding frontend application that uses this API at [Check-in Frontend Application](https://gitlab.tugraz.at/dbp/check-in/checkin).
+
 ## Bundle installation
 
 You can install the bundle directly from [packagist.org](https://packagist.org/packages/dbp/relay-checkin-bundle).
-- 
GitLab