diff --git a/README.md b/README.md
index 323a51f18886ce4cd1ea5a1881d18ffbc01fad67..5137f13dd415e6a3a9e49e70042ff25d4b646524 100755
--- a/README.md
+++ b/README.md
@@ -5,8 +5,10 @@ Pythonic Genetic MPI paralelized Algorithm
 # PyGMA Documentation
 
 ### Words
-Individuals: an individual with its own genome and a fitness value. It represents one solution in the search space.
+Individuals: Individual with its own genome and a fitness value. It represents one solution in the search space.
+
 Population: an ensemble of many individuals
+
 Operator Stack: stack of genetic operators that will be applied sequentially on the genes of a population.
 
 PyGMA (Pythonic Genetic MPI Parallelized Algorithm) is a genetic algorithm.