From e0bfcf8e0ed83e7d76d3fb3ea1c7055c07d89690 Mon Sep 17 00:00:00 2001 From: danielwilczak101 <44122838+danielwilczak101@users.noreply.github.com> Date: Mon, 21 Sep 2020 15:43:53 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0420701..a5deddd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # EasyGA - A general solution to Genetic Algorithms -The project has just started +Project description ## Installation: @@ -10,12 +10,7 @@ Run the rolling to install: pip3 install EasyGA ``` -To use the package: -```python -import EasyGA -``` - -## All you need to get started: +## How to use EasyGA: ```python import random import EasyGA