From 2fa1218fa21369a2781880d751129b2f017a4e68 Mon Sep 17 00:00:00 2001 From: Jesper Date: Mon, 25 May 2020 22:49:21 +0200 Subject: [PATCH] Fixed typo "doetnet" to "dotnet" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aca3821be..c0424f750 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ Use NuGet to install the `Terminal.Gui` NuGet package: https://www.nuget.org/pac ## Running and Building -* *`Terminal.Gui`* - Build and run using the .NET SDK command line tools (`doetnet build` in the root directory) or with Visual Studio 2019. +* *`Terminal.Gui`* - Build and run using the .NET SDK command line tools (`dotnet build` in the root directory) or with Visual Studio 2019. ## Contributing