From 7aeb9d783503922c90c2908b84ef6a6f8c167394 Mon Sep 17 00:00:00 2001 From: Rennan Cockles Date: Thu, 23 Jan 2025 23:51:57 -0300 Subject: [PATCH] fix fastapi url in the docs --- .gitignore | 1 + README.md | 2 +- docs/index.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3e296a1..060f27a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .venv .vscode .pytest_cache +.mypy_cache *.egg-info **/__pycache__ dist diff --git a/README.md b/README.md index ccfb17d..d6e36cf 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ --- -FastAPI-VO is a lightweight library for creating simple FastAPI view objects just by `picking` or `omitting` parts of a model. It is designed to be simple, intuitive and easy to use. +FastAPI-VO is a lightweight library for creating simple FastAPI view objects just by `picking` or `omitting` parts of a model. It is designed to be simple, intuitive and easy to use. It is so simple that doesn't need much explanation. Just check some examples below. diff --git a/docs/index.md b/docs/index.md index 531f177..13583fb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,7 +31,7 @@ --- -FastAPI-VO is a lightweight library for creating simple FastAPI view objects just by `picking` or `omitting` parts of a model. It is designed to be simple, intuitive and easy to use. +FastAPI-VO is a lightweight library for creating simple FastAPI view objects just by `picking` or `omitting` parts of a model. It is designed to be simple, intuitive and easy to use. It is so simple that doesn't need much explanation. Just check some examples below.