From 01e689711f96ee82c76a05261315e160b2ed6400 Mon Sep 17 00:00:00 2001 From: Daniel Wilczak Date: Mon, 21 Sep 2020 14:24:59 -0400 Subject: [PATCH] Text changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 417282a..30f05d7 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ ga = EasyGA.GA(Population_size, Chromosome_length,user_gene_function) ga.initialize() ``` -## Getting your genes and chromosomes from the population: +# Getting your Genes and Chromosomes from the population: ```Python # Looking to print the first Chromosome ga.population.chromosomes[0].print_chromosome()