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):