Skip to content

Commit

Permalink
Merge pull request #128 from matasar/ben-fix-docs
Browse files Browse the repository at this point in the history
doc: tiny fix
  • Loading branch information
povilasb committed Aug 17, 2024
2 parents ecd5aff + eee9232 commit 1e6ff69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ your own specific compiler:
```py
# my_project/scripts/pydantic_to_zod.py

from pydantic2zod import Compiler
import pydantic2zod

class Compiler(pydantic2zod.Compiler)
class Compiler(pydantic2zod.Compiler):
...

ts_src = Compiler().parse("examples.eshop").to_zod()
Expand Down

0 comments on commit 1e6ff69

Please sign in to comment.