From b6d6a94bb5ecfe3327aebcc498043bf7b04e3d9b Mon Sep 17 00:00:00 2001
From: Kelvin Rodriguez <kelvinrodriguez@Kelvins-MacBook-Pro.local>
Date: Mon, 22 Aug 2016 18:31:44 -0700
Subject: [PATCH] types in readme

---
 README.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.rst b/README.rst
index f77994a..0879e7b 100644
--- a/README.rst
+++ b/README.rst
@@ -27,12 +27,12 @@ Installation is unfortunately complicated due to the difficulty in installing GD
 
 1. Install Anaconda or Miniconda with Python 3.5
 2. In your ~/.condarc file add the following two lines in the channels section.
-   
+
     `- conda-forge`
-    
+
     `- jlaura`
-3. Create a new environment to ensure that the installed packge is not going to collide with existing packages
-   
-   ` conda create --name <somename> python=3`
-   
+3. Create a new environment to ensure that the installed package is not going to collide with existing packages
+
+   `conda create --name <somename> python=3`
+
 3. Install `plio` with `conda install plio`.
-- 
GitLab