From 3270fddf72c4ab45b72f7b65cc7d955bacf078a5 Mon Sep 17 00:00:00 2001 From: cartermp Date: Fri, 24 Aug 2018 09:30:27 -0700 Subject: [PATCH] Reference correct image and fix up double # --- docs/ide/quickstart-fsharp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ide/quickstart-fsharp.md b/docs/ide/quickstart-fsharp.md index ce55410caa9..e25c057222c 100644 --- a/docs/ide/quickstart-fsharp.md +++ b/docs/ide/quickstart-fsharp.md @@ -29,7 +29,7 @@ First, you'll create an ASP.NET Core Web API project. The project type comes wit 1. From the top menu bar, choose **File** > **New** > **Project**. -1. In the **New Project** dialog box, in the left pane, expand **Visual F##**, then choose **Web**. In the middle pane, choose **ASP.NET Core Web Application**, then choose **OK**. +1. In the **New Project** dialog box, in the left pane, expand **Visual F#**, then choose **Web**. In the middle pane, choose **ASP.NET Core Web Application**, then choose **OK**. If you don't see the **.NET Core** project template category, choose the **Open Visual Studio Installer** link in the left pane. The Visual Studio Installer launches. Choose the **ASP.NET and web development** workload, then choose **Modify**. @@ -56,7 +56,7 @@ The code is straightforward. An F# array of values is bound to the `values` name It should look like this in the editor: -![Solution Explorer with Controllers folder expanded in F# Web API project](../ide/media/hello-world-fs-sln-explorer.png) +![Modified Get member](../ide/media/hello-world-fs-get-member.png) ## Run the application