diff --git a/language/dotnet/build-images.md b/language/dotnet/build-images.md index e4a28c970c..3775225946 100644 --- a/language/dotnet/build-images.md +++ b/language/dotnet/build-images.md @@ -27,7 +27,7 @@ For our sample application, let’s create a simple application from a template ```console $ mkdir dotnet-docker $ cd dotnet-docker -$ dotnet new webApp -n myWebApp -o src --no-https +$ dotnet new webapp -n myWebApp -o src --no-https ``` Output similar to the following appears.