Adding missing dotnet new react parameter (#5249)
Without this, the example won't workpull/5250/head
parent
92478b7ff5
commit
360d70e33a
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue