Skip to content

Commit

Permalink
Updated the template name for blazor web assembly project. (#5044)
Browse files Browse the repository at this point in the history
  • Loading branch information
Inzagio committed May 10, 2022
1 parent 23b1018 commit 7347360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/docs/strawberryshake/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dotnet new sln -n Demo
2. Create a new Blazor for WebAssembly application.

```bash
dotnet new wasm -n Demo
dotnet new blazorwasm -n Demo
```

3. Add the project to the solution `Demo.sln`.
Expand Down

0 comments on commit 7347360

Please sign in to comment.