From 84fa869a42df372366cb06807b1d92fa656ff7cd Mon Sep 17 00:00:00 2001 From: Daniel Wilczak Date: Mon, 21 Sep 2020 12:02:23 -0400 Subject: [PATCH] Added : to fix text --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dff82bf..70f72c8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Run the rolling to install: pip3 install EasyGA ``` -To use the package +To use the package: ```python import EasyGA as ga ``` @@ -42,4 +42,4 @@ To install EASY, along with the tools you need to develop and run tests, run the ```bash $ pip install -e .[dev] -``` \ No newline at end of file +```