update readme

This commit is contained in:
cwilvx
2025-06-01 22:54:11 +03:00
parent 62f5769c3a
commit 7f558ced70
+2 -2
View File
@@ -153,10 +153,10 @@ uv sync
# 3. Install wsgi server # 3. Install wsgi server
# If you are on Windows, install waitress: # If you are on Windows, install waitress:
uv add waitress uv pip install waitress
# If you are on Unix, install bjoern: # If you are on Unix, install bjoern:
uv add bjoern uv pip install bjoern
``` ```
> [!TIP] > [!TIP]