Skip to content

Commit b5f0545

Browse files
authored
Fix README.md config copy (#215)
1 parent a39d4d8 commit b5f0545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ uvicorn app.main:app --reload
3535
python -m venv venv
3636
source venv/bin/activate
3737
pip install -r requirements.txt
38-
cp app/config.py.example app/configuration.py
38+
cp app/config.py.example app/config.py
3939
# Edit the variables' values.
4040
uvicorn app.main:app --reload
4141
```

0 commit comments

Comments
 (0)