From e68284534719c4dfcd8d12b55eb92af8036110ee Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Tue, 19 Mar 2024 19:11:48 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb1adfd..59386f5 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ time.sleep(10) ``` Call your APIs in both cases multiple times and write down the response times. -Can you summerize what did happen? and what is the difference? +Can you summerize what happened? and what is the difference? Make sure your design is clean and have multiple modules (you can use current repository to have an idea about the structure). Use [Dependency Injection](https://fastapi.tiangolo.com/tutorial/dependencies/) to sperate logic from your views.