diff --git a/README.md b/README.md index 905d730d..33557fd9 100644 --- a/README.md +++ b/README.md @@ -153,10 +153,10 @@ uv sync # 3. Install wsgi server # If you are on Windows, install waitress: -uv add waitress +uv pip install waitress # If you are on Unix, install bjoern: -uv add bjoern +uv pip install bjoern ``` > [!TIP]