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