Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Filimoa committed Apr 9, 2024
1 parent 9167f75 commit b649caf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
```

Expand Down

0 comments on commit b649caf

Please sign in to comment.