Merge pull request #5250 from aspnet/master

Update live with current master
pull/5342/head
Rick Anderson 2018-01-23 11:38:58 -10:00 committed by GitHub
commit efc9e5b5ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ To get started, ensure you've [installed the updated React project template](xre
Create a new project from a command prompt using the command `dotnet new react` in an empty directory. For example, the following commands create the app in a *my-new-app* directory and switch to that directory:
```console
dotnet new -o my-new-app
dotnet new react -o my-new-app
cd my-new-app
```