diff --git a/README.md b/README.md index e3415b4b..e47e4d00 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ uvicorn app.main:app --reload python -m venv venv source venv/bin/activate pip install -r requirements.txt -cp app/config.py.example app/configuration.py +cp app/config.py.example app/config.py # Edit the variables' values. uvicorn app.main:app --reload ```