From 8128a119bd796f8df5593e5fca64c4dc32ac76cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 3 Dec 2024 21:32:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a003e88..6fc80e1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ $ fastapi dev main.py FastAPI Starting development server 🚀 Searching for package file structure from directories with __init__.py files - Importing from /home/user/code/fastapi-cli + Importing from /home/user/code/awesomeapp module 🐍 main.py @@ -53,7 +53,7 @@ $ fastapi dev main.py Logs: - INFO Will watch for changes in these directories: ['/home/user/code/fastapi-cli'] + INFO Will watch for changes in these directories: ['/home/user/code/awesomeapp'] INFO Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) INFO Started reloader process [4106097] using WatchFiles INFO Started server process [4106120]