Skip to content

Commit

Permalink
#34: fix a typo in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Oct 16, 2016
1 parent 4c3ae6f commit 3cd2eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3cd2eba

Please sign in to comment.