From a421b15d87bf7ad7cac959f508af5f96ab3ccc09 Mon Sep 17 00:00:00 2001
From: Winfried Gero Oed <winfired.oed@stud.uni-goettingen.de>
Date: Mon, 26 Jun 2023 11:59:06 +0000
Subject: [PATCH] Update README.md

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 323a51f..5137f13 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.
-- 
GitLab