Skip to content

Commit 10b1a4d

Browse files
authored
Update README.md
1 parent 077dc08 commit 10b1a4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
This project was inspired by the [flask-pydantic](https://github.com/bauerji/flask-pydantic) package created by [bauerji](https://github.com/bauerji) and the [Litestar](https://github.com/litestar-org/litestar) framework, however while the `validate` decorator appears similar to the one found in `flask-pydantic` there are many differences.
55

6+
## Installation
7+
```shell
8+
pip install flask-msgspec
9+
```
10+
611
## Usage
712
Consider this simple example:
813
```py

0 commit comments

Comments
 (0)