From 7fb312bb48886b466a8ec30087f973abd5b730c1 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 22 Aug 2017 21:11:58 -0400 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bfee810f6c..0af89ac195 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ The core infrastructure is written in C# using .NET Core with ASP.NET Core. The ### API ``` -cd src/Api -dotnet restore -dotnet build -f netcoreapp2.0 -dotnet run -f netcoreapp2.0 +$ cd src/Api +$ dotnet restore +$ dotnet build -f netcoreapp2.0 +$ dotnet run -f netcoreapp2.0 ``` visit http://localhost:5000/alive @@ -46,10 +46,10 @@ visit http://localhost:5000/alive ### Identity ``` -cd src/Identity -dotnet restore -dotnet build -f netcoreapp2.0 -dotnet run -f netcoreapp2.0 +$ cd src/Identity +$ dotnet restore +$ dotnet build -f netcoreapp2.0 +$ dotnet run -f netcoreapp2.0 ``` visit http://localhost:33657/.well-known/openid-configuration