From 13019b911eccfc24f3a8ad333018b57f9a16db4e Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Sat, 4 Nov 2017 22:56:34 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53d3906..0450ab7 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env) __Please note:__ Currently it is important to use ASP.NET Core with MVC. If you are working with the dotnet CLI, use - dotnet new mvc + dotnet new mvc ## Start the Application