From a08c19b7945d1f4a115f1439a95455377519c917 Mon Sep 17 00:00:00 2001 From: dimitrovskif Date: Sat, 24 Jun 2017 18:46:29 +0200 Subject: [PATCH] Fix import error in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 624a05e..43cb26f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ ```python from random import choice, randint, random from string import lowercase -from Solid import EvolutionaryAlgorithm +from Solid.EvolutionaryAlgorithm import EvolutionaryAlgorithm class Algorithm(EvolutionaryAlgorithm):