diff --git a/README.md b/README.md index 814db06..5ff6214 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ model and acquisition functions. Please see the example below: ```python from bayes_optim import BO, RealSpace -from bayes_optim.Surrogate import GaussianProcess +from bayes_optim.surrogate import GaussianProcess dim = 5 space = RealSpace([-5, 5]) * dim # create the search space