From b649caffade1a46a14d0a295c500866ad12e48cd Mon Sep 17 00:00:00 2001 From: Sergey Filimonov Date: Tue, 9 Apr 2024 14:14:49 -0600 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a186603..5ef2bc5 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,8 @@ Uses pydantic under the hood so you can serialize results with ```python parsed_content.dict() -# or + +# or to convert to a valid json dict parsed_content.json() ```