Skip to content

Commit 759368d

Browse files
authored
Update Blazor Get Started (#17704)
1 parent ec92a27 commit 759368d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/blazor/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To get started with Blazor, follow the guidance for your choice of tooling:
7272

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

75-
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>.
75+
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>.
7676

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

0 commit comments

Comments
 (0)