From 88c3982c7b3df22b5bd6c00faf213bafc725fc02 Mon Sep 17 00:00:00 2001
From: Idoia Murua <idoia.murua@tecnalia.com>
Date: Fri, 26 Apr 2024 09:59:08 +0200
Subject: [PATCH] README initialization

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

diff --git a/README.md b/README.md
index 039c319..8072bd0 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ The HTTP API offered by the TD backend is specified [here](./td_openapi.yaml).
 TD requires the following ACROSS components to be already installed:
 
 - [Usage Control](https://git.code.tecnalia.com/across/public/citizen-data-ownership-and-usage-control/usage-control/Usagecontrol): to do the enforcement of the usage policies defined by the citizen
-- [Service Catalogue](https://git.code.tecnalia.com/across/public/data-harmonization-and-connectors/service-registry/Public_Service_Catalog_ENG)
+- [Service Catalogue](https://git.code.tecnalia.com/across/public/data-harmonization-and-connectors/service-registry/Public_Service_Catalog_ENG): : to get all the required information of the available services.
 - An Identity Server, as Keycloak, installed and configured with its corresponding realm and clients.
 
 To install the project, you need to have Docker and Docker-compose installed on your machine. If you don't have it, you can install it by following the instructions on the official Docker website.
-- 
GitLab