From 3877b8d8958a252ce957de8f333592fab4d7cff1 Mon Sep 17 00:00:00 2001 From: Abhijeet Singh Date: Fri, 15 May 2020 09:00:33 +0530 Subject: [PATCH] Update readme.md Fix typo --- 101-linq-samples/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/101-linq-samples/readme.md b/101-linq-samples/readme.md index 13d9d9c..3eca1e7 100644 --- a/101-linq-samples/readme.md +++ b/101-linq-samples/readme.md @@ -19,7 +19,7 @@ Learn how to use LINQ in your applications with these code samples, covering the ## Exploring LINQ using this tutorial -To run these samples, you'll need to follow the instructions on hte [dotnet/try-samples](https://github.com/dotnet/try-samples#basics) repository to install the global `dotnet try` tool in your .NET environment. +To run these samples, you'll need to follow the instructions on the [dotnet/try-samples](https://github.com/dotnet/try-samples#basics) repository to install the global `dotnet try` tool in your .NET environment. Once you've installed the global tool, running `dotnet try` loads the samples into a browser. The browser pages introduce important concepts in LINQ, and you run the code interactively in your browser.