From ec5ffefb31fb610d871348c109bdbdfae896fee2 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 27 Jul 2020 12:07:31 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aae1285b..936e391ac 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ You can run the Web sample by running these commands from the root folder (where docker-compose up ``` -You should be able to make requests to localhost:5106 for the Web project, and localhost:5200 for the Public API project once these commands complete. +You should be able to make requests to localhost:5106 for the Web project, and localhost:5200 for the Public API project once these commands complete. If you have any problems, especially with login, try from a new guest or incognito browser instance. You can also run the applications by using the instructions located in their `Dockerfile` file in the root of each project. Again, run these commands from the root of the solution (where the .sln file is located).