From 50184d259bfa05d9f02806080a44ecfc589f89c3 Mon Sep 17 00:00:00 2001
From: Gerardo Semprum <gsemp27@gmail.com>
Date: Tue, 18 May 2021 00:32:57 +0000
Subject: [PATCH] Update README.md

---
 README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 08a07ac..517a1d4 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,7 @@
 ## Data Analysis with images from Mars
 
 #### Jennifer Ortega (EPN)
-
 #### Carla Gomez (USB)
-
 #### Gerardo Semprúm (UCV)
 
 El siguiente proyecto es un procesamiento de imágenes tomadas en la superficie marciana mediante los Rovers enviados 
@@ -18,7 +16,7 @@ Dicho análisis se divide en 3 enfoques puntuales:
 
 En los notebooks realizados, se usaron las siguientes **librerías** en su mayoria:
 
-..* Python Pillow (PIL): abre las imágenes dentro del notebook. 
+- Python Pillow (PIL): abre las imágenes dentro del notebook. 
 ..* Open CV: Librería para transformar los arreglos (“array”) de la imagen de numpy en .float32  para ser trabajada como
  flotante y poder manejar data. 
 ⋅⋅* Matplotlib: para crear los gráficos (“plots”) de las imágenes comparativas mediante las funciones como plt.subplot()
-- 
GitLab