Skip to content

Commit 9db479f

Browse files
Merge pull request #50534 from ShawnKupfer/WB1794
User Feedback 433832: Fix obsolete command per UUF feedback
2 parents 816a561 + 3e06f14 commit 9db479f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn-pr/aspnetcore/interact-with-data-blazor-web-apps/includes/2-create-user-interfaces-with-blazor-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ In this example, the code sets the value of a string variable, named `welcomeMes
3737

3838
## Create Blazor components
3939

40-
When you create a Blazor app by using the **blazorserver** template in the **dotnet** command-line interface (CLI), several components are included by default:
40+
When you create a Blazor app by using the **blazor** template in the **dotnet** command-line interface (CLI), several components are included by default:
4141

4242
```bash
43-
dotnet new blazorserver -o BlazingPizzaSite
43+
dotnet new blazor -o BlazingPizzaSite
4444
```
4545

4646
The default components include the **Index.razor** home page and the **Counter.razor** demo component. Both of these components are placed in the **Pages** folder. You can either modify these views to fit your needs, or delete them and replace them with new components.

0 commit comments

Comments
 (0)