9511_project01

project 1 for algorithms & programming I (9511) prof. Cardozo
Index Commits Files Refs README
commit e3d3f743613e04f73c7ed3f7ff6f6810ca3a2dd2
parent 51eb5669df39e452a73385b34ea376a9d65d7c71
Author: Martin J. Klöckner <64109770+klewer-martin@users.noreply.github.com>
Date:   Thu, 11 Feb 2021 15:44:20 -0300

Update README.md
Diffstat:
MREADME.md | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
@@ -1,13 +1,13 @@
-NAME
+NAME:
     analisis_covid - analyze RAW data and export it with a human 
     readable format.
 
-SYNOPSIS
+SYNOPSIS:
 
     analisis_covid -in SOURCE -out DEST
     analisis_covid -out DEST -in SOURCE
 
-DESCRIPTION
+DESCRIPTION:
     Process RAW data from a .csv(comma separated values) file,
     and export it to a plain text if the output file doesn't
     exist then it creates one with the specified name.
@@ -16,8 +16,8 @@ DESCRIPTION
     it's considered corrupt.
 
 
-AUTHOR
-    Written by Martin J. Klöckner - Argentina - December 2020.
+AUTHOR:
+    Written by Martin J. Klöckner - Argentina - Dec 2020 / Jan 2021