From cf31cb9841ecb3e23df4d9a60a87d8c2477528d6 Mon Sep 17 00:00:00 2001 From: Diego Barros Date: Mon, 4 May 2015 17:25:12 +1000 Subject: [PATCH] Change the URL port shown in the readme for Windows web apps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8271355f6c09..ea7028bb3a3c 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ You should also be able to run `dnx` and see the help text of the `dnx` command. - For the console app run `dnx . run`. - For the web apps run `dnx . web` on Windows or `dnx . kestrel` on OS X/Linux. 6. You should see the output of the console app or a message that says the site is now started. -7. You can navigate to the web apps in a browser by navigating to `http://localhost:5001` or `http://localhost:5004` if running on OS X/Linux. +7. You can navigate to the web apps in a browser by navigating to `http://localhost:5000` or `http://localhost:5004` if running on OS X/Linux. # Documentation and Further Learning