From e0bf7b196c1637ff980ae07e47a62585fba3b053 Mon Sep 17 00:00:00 2001
From: Massimiliano Adamo <maxadamo@gmail.com>
Date: Wed, 22 Jan 2025 18:42:30 +0100
Subject: [PATCH] update README

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

diff --git a/README.md b/README.md
index bfc000a..4302424 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # acme-web
 
-![ACME Web](https://filesender.geant.org/images/acme_web.jpg "ACME Web")
+![ACME Web](https://cds.geant.org/images/acme_web.jpg "ACME Web")
 
 ## Table of contents
 
@@ -10,12 +10,12 @@
 
 ## Preamble
 
-This applications runs a Web server and it:
+This application is a Web server which does the following:
 
-* 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 through an API
-* serves html pages
+* parses the certificates issued by ACME and creates a JSON object
+* renders an html table taking the JSON object as input
+* serves a JSON object like a rest API
+* serves HTML pages
 
 ## Compiling the program
 
-- 
GitLab