From 155e0bbcfd9af3d43a2b522094fe75b9b10e822d Mon Sep 17 00:00:00 2001
From: Massimiliano Adamo <maxadamo@gmail.com>
Date: Wed, 22 Jan 2025 18:56:30 +0100
Subject: [PATCH] fix: correct grammar and enhance description in README

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

diff --git a/README.md b/README.md
index 4302424..a19a6e2 100644
--- a/README.md
+++ b/README.md
@@ -10,10 +10,10 @@
 
 ## Preamble
 
-This application is a Web server which does the following:
+This application is a Web server which does the followings:
 
-* parses the certificates issued by ACME and creates a JSON object
-* renders an html table taking the JSON object as input
+* scavenges and 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
 
-- 
GitLab