diff --git a/README.md b/README.md index 31202fe..45f3889 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ class InstructionStep(BaseModel): class RecipeIngredient(BaseModel): name: str - quantity: str + quantity: float unit: str class Recipe(BaseModel):