diff --git a/README.md b/README.md index 0ca31981b..25b8bd08c 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Marvin can `extract` structured entities from text: ```python import pydantic - +import marvin class Location(pydantic.BaseModel): city: str