diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 5d50e65..2d7e897 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -68,7 +68,7 @@ print(recipe.ingredients) instructions: list[str] duration: int -``` + ``` A Recipe class is defined, inheriting from BaseModel (pydantic library). This class specifies the structure of the output data, which you can customize.