From bd6c056660534b1d3ca67e080119280ea6f60c96 Mon Sep 17 00:00:00 2001 From: Gyula Kerezsi Date: Wed, 3 Oct 2018 12:30:33 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8424fa7..89371cc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ -# go-lowercase-redirect +Go program to redirect to all lowercase url += +uses the PORT environment variable to decide which port to listen on (default: 8080) + +uses the ADDR environment variable to decide which address to listen on (default: 127.0.0.1)