Skip to content

Commit

Permalink
Update Blazor Get Started (dotnet#17704)
Browse files Browse the repository at this point in the history
  • Loading branch information
guardrex authored Apr 9, 2020
1 parent ec92a27 commit 759368d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/blazor/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ To get started with Blazor, follow the guidance for your choice of tooling:

1. With Blazor Server, run the app using the Visual Studio Code debugger.

With Blazor WebAssembly, start the app and then start the browser using the correct launch configuration. For more information, see <xref:blazor/debug#visual-studio-code>.
With Blazor WebAssembly, start the app using the **.NET Core Launch (Blazor Standalone)** launch configuration and then start the browser using the **.NET Core Debug Blazor Web Assembly in Chrome** launch configuration (requires Chrome). For more information, see <xref:blazor/debug#visual-studio-code>.

1. In a browser, navigate to `https://localhost:5001`.

Expand Down

0 comments on commit 759368d

Please sign in to comment.