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.