From 1d5cbb6a5e566ff915c41c8111515c18bd79a56f Mon Sep 17 00:00:00 2001 From: danielwilczak101 <44122838+danielwilczak101@users.noreply.github.com> Date: Mon, 21 Sep 2020 20:27:08 -0400 Subject: [PATCH] Text changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b55c95..32058d6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ga = EasyGA.GA() ga.evolve() ``` -# Output: +### Output: ```python Put the out here ``` @@ -60,7 +60,7 @@ ga.initialization = user_initialization_function ga.eveolve() ``` -# Output: +### Output: ```python Put the out here ```