From 7f558ced7096626178b16b40c36cb84b26dbdf5c Mon Sep 17 00:00:00 2001 From: cwilvx Date: Sun, 1 Jun 2025 22:54:11 +0300 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]