diff --git a/README.rst b/README.rst
index f77994a66035900e080741f9808ae773d57a4945..0879e7b57544d1aa6021e1a77d8693fcde74de58 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`.