Skip to content

Commit df17e52

Browse files
committed
docs: update README to reflect main.py entry point rename
1 parent 37e7d96 commit df17e52

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ docker-compose build
4949
$ tree "FastAPI_super_template"
5050
src
5151
├── conftest.py # Fixtures for all tests.
52-
├── __main__.py # Startup script. Starts uvicorn.
52+
├── main.py # Startup script. Starts uvicorn.
5353
├── services # Package for different external services such as rabbit or redis etc.
5454
├── settings.py # Main configuration settings for project.
5555
├── static # Static content.
File renamed without changes.

0 commit comments

Comments
 (0)