From f8f6666e378382b4164850a25ee1b3f844fdad8d Mon Sep 17 00:00:00 2001
From: Massimiliano Adamo <maxadamo@gmail.com>
Date: Mon, 29 Aug 2022 12:02:00 +0200
Subject: [PATCH] fix README

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

diff --git a/README.md b/README.md
index 40d6263..0451e43 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ This applications runs a Web server and it:
 
 * runs an external command to create a JSON file (this functionality should be moved into this app)
 * transform json object into html table
-* serves json object as API
+* serves json object through an API
 * serves html pages
 
 ## Compiling the program
@@ -31,4 +31,4 @@ go build -ldflags "-s -w -X main.appVersion=${PROG_VERSION} -X main.buildTime=${
 
 ## Setting up systemd
 
-Check `acme-web.service` in this repository
+Check [acme-web.service](https://gitlab.geant.org/geant-devops/acme-web/-/blob/main/acme-web.service) in this repository
-- 
GitLab