diff --git a/README.md b/README.md index 9de5292..ca08412 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,10 @@ ROBLOSECURITY= # Your Roblox roblosecurity cookie (only needed f Start the FastAPI server: ```bash -uv run fastapi dev src/main.py +uv run fastapi run src/main.py ``` -The server will run on `http://localhost:8000` by default. +The server will run on `http://0.0.0.0:8000` by default. ## Usage