From 917e731e318478a749ac4ac11613102a27d21749 Mon Sep 17 00:00:00 2001 From: hasack <49570285+hasack@users.noreply.github.com> Date: Sat, 26 Sep 2020 17:41:57 +0100 Subject: [PATCH] Update Readme.md Typo on readme --- Beginners/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Beginners/Readme.md b/Beginners/Readme.md index 3a526a1..02375ca 100644 --- a/Beginners/Readme.md +++ b/Beginners/Readme.md @@ -19,7 +19,7 @@ These explorations show you the structure of C# programs, working with text, num ## Learn to program 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 programming concepts through interactive exercises you run in your browser.