diff --git a/README.md b/README.md index ae5d511..f6d05a3 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ FastAPI CLI takes the path to your Python program and automatically detects the For production you would use `fastapi run` instead. 🚀 +Internally, **FastAPI CLI** uses Uvicorn, a high-performance, production-ready, ASGI server. 😎 + ## `fastapi dev` When you run `fastapi dev`, it will run on development mode.