Added : to fix text

This commit is contained in:
Daniel Wilczak
2020-09-21 12:02:23 -04:00
parent 0affbf4bf4
commit 84fa869a42

View File

@ -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]
```
```