aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-11-27 19:49:04 +0200
committerGravatar GitHub <[email protected]>2020-11-27 19:49:04 +0200
commit97cabbf3d78ee2cbcdfac157b4230ce82e704cf2 (patch)
treee449043abffefb0d7547c6bb4b65880baf0cc2e3
parentAdd "the" before "host" for running in the host header (diff)
Specify URL and port for running in the host section
Co-authored-by: Joe Banks <[email protected]>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 031c93b..671e6d5 100644
--- a/README.md
+++ b/README.md
@@ -32,4 +32,4 @@ Create a `.env` file with the same contents as the Docker section above and the
#### Running
Simply run: `$ uvicorn --reload --host 0.0.0.0 --debug backend:app`.
-Once this is running the API will live-reload on any changes.
+Once this is running the API is accessible via http://localhost:8000/ and will reload on any changes to code.