From 804f900c3868d00cee2d4e9c3c6f593587c20eb1 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Sun, 25 May 2025 20:51:39 +0000 Subject: [PATCH] style: readme with python granian server start --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68fb1e4f..63b06d44 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ mkcert localhost Then, run the server: ```shell -python server.py dev +python -m granian main:app --interface asgi --host 0.0.0.0 --port 8000 ``` ### Useful Commands