Update README.md

This commit is contained in:
danielwilczak101
2020-09-21 18:54:00 -04:00
committed by GitHub
parent 17f8ea5a87
commit 5c4dd96427

View File

@ -10,7 +10,7 @@ Run the rolling to install:
pip3 install EasyGA
```
## Getting started with EasyGA
## Getting started with EasyGA:
```Python
import EasyGA
@ -19,7 +19,7 @@ ga = EasyGA.GA()
# Run the defult genetic algorithm
ga.evolve()
```
### Output
### Output:
```Python
print("Output HERE")
```