From 73904f2c32ee4de306c00e2e0bb499d7560ed412 Mon Sep 17 00:00:00 2001 From: danielwilczak101 <44122838+danielwilczak101@users.noreply.github.com> Date: Sun, 20 Sep 2020 18:54:55 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe979cf..a185d3f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ print(ga.population.chromosomes[0].print_chromosome()) ``` # Developing EasyGA -Download the repository to some folder +Download the repository to some folder - If you never used git. Look up a youtube tutorial. It will all make sense. ``` git clone https://github.com/danielwilczak101/EasyGA.git ```