From ee0a39588e4216b9edacb2b3b0ef380b236b9739 Mon Sep 17 00:00:00 2001 From: Ben Morgan Date: Mon, 21 Aug 2023 18:57:49 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0503a41..2f820d5 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,6 @@ MetricsAPI gets its data from shell commands. You will need to install the follo `sensors` ### Try It! -I run the following command to start the API. Keep in mind that I only run this on my local network and the API is not open to the internet. As per Flask documention --app run is not intended for production. You should follow a Flask app deployment procedure (there are tons of them online) if you wish to open your API to the WWW. +I run the following command to start the API. Keep in mind that I only run this on my local network and the API is not open to the internet. As per Flask documention --app run is not intended for production. You should follow a Flask app deployment procedure (there are tons of them online) if you wish to open your API to the world wide web. `flask --app main run --host=0.0.0.0`