From f83654979ed39150faf763ccb0cca4c0f3ccc513 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Tue, 19 Mar 2024 19:08:19 +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 339a9b8..bb1adfd 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ class Student: average: float ``` -Implement the design using [FastAPI](https://fastapi.tiangolo.com/) (make sure you are using `async` handlers), setup the project using [`pipfile`](https://pipenv.pypa.io/en/latest/) or [`poerty`](https://python-poetry.org/), +Implement the design using [FastAPI](https://fastapi.tiangolo.com/) (make sure you are using `async` handlers), setup the project using [`pipenv`](https://pipenv.pypa.io/en/latest/) or [`poerty`](https://python-poetry.org/), and make sure you have a README for how to run the project. > [!NOTE]