From e3151419a9a0590c2fdf86bed4d4233e4cd7a349 Mon Sep 17 00:00:00 2001
From: Costa Armin <armin.costa@eurac.edu>
Date: Sun, 28 Apr 2019 21:39:26 +0200
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 238d5c3..f6db508 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ The DES software, implemented entirely by authors at the [**Center for Sensing S
 is a stand-alone application that enables a concurrent execution of configurable Task Plugins and enables Data transfers to different systems by means of a set of Processor definitions
 in XML format. It has been primarily developed to fit the requirements of the Eurac satellite receiving station processing chain and Data Infrastructure where big amounts of data
 are processed and transferred from system to system or delivered to some end users. The DES implements a concurrent, multi-threaded and platform independent mechanism to execute configurable
-Tasks or Jobs implemented in form of dedicated plug-ins or scripts, and enables data transfers using different kind standard protocols like *HTTP, SFTP, FTP, SSH*.
+Tasks or Jobs implemented in form of dedicated plug-ins or scripts, and enables data transfers using different standard protocols like *HTTP, SFTP, FTP, SSH*.
 However, the DES may be seen as a general, multi-tasking application to implement data management and processing workflows. The main concept behind the DES is that data is organized
 in a hierarchical structure that reflects a predefined scheme and that Events or Tasks are data driven and can be triggered by files.
 
-- 
GitLab