diff --git a/3.distributed-calculator/README.md b/3.distributed-calculator/README.md index fdd0f840..670d3d70 100644 --- a/3.distributed-calculator/README.md +++ b/3.distributed-calculator/README.md @@ -58,7 +58,7 @@ These instructions start the four calculator operator apps (add, subtract, multi export ASPNETCORE_URLS="http://localhost:7000" Windows: - set ASPNETCORE_URLS="http://localhost:7000" + set ASPNETCORE_URLS=http://localhost:7000 ``` - Build the app. Run: ```