diff --git a/docs/book/user-guide/starter-guide/track-ml-models.md b/docs/book/user-guide/starter-guide/track-ml-models.md
index db98b395ffe..6d6666c7320 100644
--- a/docs/book/user-guide/starter-guide/track-ml-models.md
+++ b/docs/book/user-guide/starter-guide/track-ml-models.md
@@ -42,7 +42,7 @@ Once you configure a pipeline this way, **all** artifacts generated during pipel
```python
from zenml import pipeline
-from zenml.model import ModelVersion
+from zenml import ModelVersion
model_version = ModelVersion(
# The name uniquely identifies this model
@@ -268,4 +268,4 @@ ZenML Model and Model Versions are some of the most powerful features in ZenML.
guide.
-
\ No newline at end of file
+