From cb53463e267d0637b0180a879071b720e1170c65 Mon Sep 17 00:00:00 2001 From: dhusemann Date: Sat, 11 May 2019 21:03:59 -0500 Subject: [PATCH] Correct sentence about requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c5665b79..576c9a976 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Microsoft Docs uses Try .NET to create interactive documentation. Users can run **Interactive .NET documentation** Try .NET enables .NET developers to create interactive markdown files. -To make your markdown files interactive, you will need to [.NET Core 3.0 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.0), the dotnet try global tool(*coming soon*) and [Visual Studio](https://visualstudio.microsoft.com/) / [VS Code](https://code.visualstudio.com/)(or any other editor of your choice). +To make your markdown files interactive, you will need the [.NET Core 3.0 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.0), the dotnet try global tool(*coming soon*) and [Visual Studio](https://visualstudio.microsoft.com/) / [VS Code](https://code.visualstudio.com/)(or any other editor of your choice). ![interactive_doc](https://user-images.githubusercontent.com/2546640/57158389-47a2c780-6db1-11e9-96ad-8c6e9ab52853.png) ## Setup