From 6620378afe5a0913e8ab8a793fcb401e32f9407b Mon Sep 17 00:00:00 2001 From: danielwilczak101 <44122838+danielwilczak101@users.noreply.github.com> Date: Mon, 21 Sep 2020 18:53:01 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 914ac5c..a551a14 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ pip3 install EasyGA ```Python import EasyGA -# Setup your defult GA +# Setup the defult genetic algorithm ga = EasyGA.GA() -# Run your defult GA -ga.initialize() +# Run the defult genetic algorithm +ga.evolve() ``` # Output ```Python