diff --git a/README.md b/README.md index c7657db..38c03ce 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ pip install surfaces ```python import numpy as np -from surfaces.mathematical_functions import SphereFunction, AckleyFunction +from surfaces.test_functions.mathematical import SphereFunction, AckleyFunction from surfaces.visualize import plotly_surface