Skip to content

Commit ffb7eee

Browse files
authored
Merge pull request #136 from igorbenav/igorbenav-patch-1
Update README.md
2 parents e92ee14 + c1e4a17 commit ffb7eee

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
@@ -623,7 +623,7 @@ First, you may want to take a look at the project structure and understand what
623623
│ ├── middleware # Middleware components for the application.
624624
│ │ └── client_cache_middleware.py # Middleware for client-side caching.
625625
│ │
626-
│ ├── models # ORM models for the application (Deprecated/Unused).
626+
│ ├── models # ORM models for the application.
627627
│ │ ├── __init__.py
628628
│ │ ├── post.py # ORM model for posts.
629629
│ │ ├── rate_limit.py # ORM model for rate limiting.

0 commit comments

Comments
 (0)