9511_project01

project 1 for algorithms & programming I (9511) prof. Cardozo
Index Commits Files Refs README
commit dc3eb9878bc1ccc057abcde94ee65d61d92b1f7c
parent f98fb938682a8d2b5a26fb503c2ba22b8d3c9e9d
Author: Martin J. Klöckner <64109770+klewer-martin@users.noreply.github.com>
Date:   Fri, 12 Feb 2021 17:33:51 -0300

Update README.md
Diffstat:
MREADME.md | 24++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
@@ -1,23 +1,23 @@
-NAME:
-    analisis_covid - analyze RAW data and export it with a human 
-    readable format.
+NAME
+analisis_covid - analyze RAW data and export it with a human 
+readable format.
 
 SYNOPSIS:
 
     analisis_covid -in SOURCE -out DEST
     analisis_covid -out DEST -in SOURCE
 
-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.
-    When you invoke analisis_covid, expects as input a .csv 
-    file with three columns separated by a comma (','), otherwise
-    it's considered corrupt.
+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.
+When you invoke analisis_covid, expects as input a .csv 
+file with three columns separated by a comma (','), otherwise
+it's considered corrupt.
 
 
-AUTHOR:
-    Written by Martin J. Klöckner - Argentina - Dec 2020 / Jan 2021
+AUTHOR
+Written by Martin J. Klöckner - Argentina - Dec 2020 / Jan 2021