You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blazor/getting-started/blazor-webassembly-app.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ dotnet --version
113
113
{% endhighlight %}
114
114
{% endtabs %}
115
115
116
-
## Create a Blazor WebAssembly App using .NET CLI
116
+
###Create a Blazor WebAssembly App using .NET CLI
117
117
118
118
Run the `dotnet new blazorwasm` command to create a new Blazor WebAssembly App in a command prompt (Windows) or terminal (macOS) or command shell (Linux).
0 commit comments