From 53761d1ae2ecc3258c0af993dcc55a0dd7b92077 Mon Sep 17 00:00:00 2001 From: Idoia Murua <idoia.murua@tecnalia.com> Date: Wed, 24 Apr 2024 17:10:24 +0200 Subject: [PATCH] README initialization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b461e33..9d94b40 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The Transparency Dashboard (TD) can be installed via docker compose. The composition includes: - A MySQL database. - The TD backend, with its HTTP API. -- The TD frontend, and angular application. +- The TD frontend, an angular application. The HTTP API offered by the TD backend is specified [here](./td_openapi.yaml). -- GitLab