Update getting-started.md for a .NET tooling change (#2742)

dotnet new -t web is no longer valid, using dotnet new web instead.
pull/2750/head
woachk 2017-02-10 22:27:41 +01:00 committed by Rick Anderson
parent b596456f87
commit 0a47cd084f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ uid: getting-started
```console
mkdir aspnetcoreapp
cd aspnetcoreapp
dotnet new -t web
dotnet new web
```
3. Restore the packages: