From 40fbc5b662d670aa24e417f173b957899e4af9eb Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Sun, 11 Mar 2018 21:43:36 +0100 Subject: [PATCH] Fix a typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ca1bb3..4ae8bf4 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ WSGI to serve the application directly (`application` variable is exported in You can customize the behavior of the app by passing environment variables: * `CUIZIN_HOST` to set the host on which the webserver should listen to - (defaults to `localhost` only). Use `HOST=0.0.0.0` to make it + (defaults to `localhost` only). Use `CUIZIN_HOST=0.0.0.0` to make it world-accessible. * `CUIZIN_PORT` to set the port on which the webserver should listen. Defaults to `8080`.