diff --git a/README.md b/README.md index 0aaf90e..c41dfce 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,14 @@ following [`SQLAlchemy`'s best practices](https://docs.sqlalchemy.org/en/20/orm/ async def get_heros(paginate:Paginate): return await paginate(select(Hero)) ``` -
👇👇👇
+ +
+ + 👇 `/heros?offset=10&limit=10` 👇 + +
+ ```json - // /heros?offset=10&limit=10 { "data": [ {