Fix typo in README

This commit is contained in:
gkb
2025-12-21 21:08:05 -05:00
committed by GitHub
parent ffd5b3b883
commit 6147390a25
+2 -2
View File
@@ -6,7 +6,7 @@ A FastAPI service for reuploading clothing assets to Roblox groups, used in *Fil
- Python 3.13+
- `uv` (install from [astral.sh/uv](https://astral.sh/uv))
- Valid Roblox `roblosecurity` cookie in your environment
- Valid Roblox `ROBLOSECURITY` cookie in your environment
## Installation
@@ -45,7 +45,7 @@ uv run fastapi dev src/main.py
```
### Production Server
Start the production server (listens on `0.0.0.0`:
Start the production server (listens on `0.0.0.0`):
```bash
uv run fastapi run src/main.py