From 3cd2ebade77cdd006f93698352290f464510406d Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Sun, 16 Oct 2016 22:14:13 +0700 Subject: [PATCH] #34: fix a typo in Readme --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index f166116..753a3f2 100644 --- a/Readme.md +++ b/Readme.md @@ -13,8 +13,8 @@ Core][dotnet] tool. The only configuration parameter is the HTTP binding. Change the binding using `ASPNETCORE_URLS` environment variable. For example, -`ASPNETCORE_URLS=http://0.0.0.0:80` means listening all port 80 for all -addresses. The default setting is `http://localhost:5000`. +`ASPNETCORE_URLS=http://0.0.0.0:80` means listening port 80 for all addresses. +The default setting is `http://localhost:5000`. ### Building