From 04e850353bf070c70800b865c40d2a0c8e3468e5 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Fri, 23 Mar 2018 11:35:23 -0700 Subject: [PATCH] Fix VS workload name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0ae1a88eb..f160679f26 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To see Blazor in action, check out [Steve Sanderson's prototype demo at NDC Oslo To get setup with Blazor: 1. Install the [.NET Core 2.1 Preview 1 SDK](https://www.microsoft.com/net/download/dotnet-core/sdk-2.1.300-preview1). -1. Install the latest *preview* of [Visual Studio 2017 (15.7)](https://www.visualstudio.com/vs/preview) with the Web development workload. +1. Install the latest *preview* of [Visual Studio 2017 (15.7)](https://www.visualstudio.com/vs/preview) with the *ASP.NET and web development* workload. - *Note:* You can install Visual Studio previews side-by-side with an existing Visual Studio installation without impacting your existing development environment. 1. Install the [ASP.NET Core Blazor Language Services extension](https://go.microsoft.com/fwlink/?linkid=870389) from the Visual Studio Marketplace.