From c1e4a1770f346a8d031650e0b51212d1201f26b9 Mon Sep 17 00:00:00 2001 From: Igor Benav <43156212+igorbenav@users.noreply.github.com> Date: Wed, 8 May 2024 22:32:10 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aa6519..c7ed478 100644 --- a/README.md +++ b/README.md @@ -623,7 +623,7 @@ First, you may want to take a look at the project structure and understand what │ ├── middleware # Middleware components for the application. │ │ └── client_cache_middleware.py # Middleware for client-side caching. │ │ - │ ├── models # ORM models for the application (Deprecated/Unused). + │ ├── models # ORM models for the application. │ │ ├── __init__.py │ │ ├── post.py # ORM model for posts. │ │ ├── rate_limit.py # ORM model for rate limiting.