Skip to content

Commit 5049979

Browse files
DutchBenRuben van Leeuwen
andauthored
Add readme (#223)
* Adds Changeset * README fixes * Adds changeset --------- Co-authored-by: Ruben van Leeuwen <[email protected]>
1 parent f474240 commit 5049979

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'pydantic-forms': patch
3+
---
4+
5+
Adds README stub
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'pydantic-forms': patch
3+
---
4+
5+
Fixes README typos
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# `Pydantic forms`
22

33
This package generates forms based on a backend that serves JSON Schema and handles form submission. It is meant to be used with the
4-
the [pydantic forms](1) python module which serves JSON schema based on [pydantic models](2).
4+
the [pydantic forms][1] python module which serves JSON schema based on [pydantic models][2].
55

66
## Installation
77

@@ -11,5 +11,5 @@ the [pydantic forms](1) python module which serves JSON schema based on [pydanti
1111

1212
TODO
1313

14-
1:https://pypi.org/project/pydantic-forms/
15-
2:https://docs.pydantic.dev/latest/
14+
[1]: https://pypi.org/project/pydantic-forms/
15+
[2]: https://docs.pydantic.dev/

0 commit comments

Comments
 (0)