Skip to content

Commit 2a96b86

Browse files
authored
Update README.md
1 parent 539592c commit 2a96b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ app.include_router(crud_route_2)
153153
```
154154

155155

156-
### SQLAlchemy to Pydantic Model Converter ([example](https://github.com/LuisLuii/FastAPIQuickCRUD/blob/main/tutorial/basic_usage/quick_usage_with_async_SQLALchemy_Base.py))
156+
### SQLAlchemy to Pydantic Model Converter And Build your own API([example](https://github.com/LuisLuii/FastAPIQuickCRUD/blob/main/tutorial/basic_usage/quick_usage_with_async_SQLALchemy_Base.py))
157157
```python
158158
import uvicorn
159159
from fastapi import FastAPI, Depends

0 commit comments

Comments
 (0)