From d6c440bc77ba14347961e5e3f3fb7b1c59fc1eeb Mon Sep 17 00:00:00 2001 From: danielwilczak101 <44122838+danielwilczak101@users.noreply.github.com> Date: Sun, 20 Sep 2020 18:54:10 -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 94208bb..fe979cf 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ print(ga.population.chromosomes[0].print_chromosome()) # Developing EasyGA Download the repository to some folder ``` -git clone +git clone https://github.com/danielwilczak101/EasyGA.git ``` Then install the repositroy using this command: ```