From fd82c2e6a9fd01e287500b6a74c795b0d9b86a95 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Tue, 19 Mar 2024 21:00:41 +0000 Subject: [PATCH] feat: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 358da1e..fbccb6d 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Write tests for your API based on the [FastAPI documentation](https://fastapi.ti > [!NOTE] > GitHub Actions is your friend, use them to test and lint your project. -> [!DANGER] +> [!CAUTION] > The `uvicorn` can have multiple workers, test and see your in-memory storage works with them or not? ## How to run?