Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tecktron authored Aug 21, 2020
1 parent 41fc7fc commit 714f327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The Python "module" (file) to be imported by Waitress, this module would contain

By default:

* `app.wsgi` if there's a file `/app/app/main.py` or
* `app.wsgi` if there's a file `/app/app/wsgi.py` or
* `wsgi` if there's a file `/app/wsgi.py`

For example, if your main file was at `/app/custom_app/custom_script.py`, you could set it like:
Expand Down

0 comments on commit 714f327

Please sign in to comment.