From 43d373543a2d8e0032691694a92e249569318983 Mon Sep 17 00:00:00 2001 From: jay8ee Date: Tue, 9 Feb 2021 14:21:55 +0000 Subject: [PATCH] Update README.md Should be 'dotnet add package' not 'dotnet package add' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9872ae7d2..eca2183de 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ Use NuGet to install the `Terminal.Gui` NuGet package: https://www.nuget.org/pac To install Terminal.Gui into a .NET Core project, use the `dotnet` CLI tool with following command. ``` -dotnet package add Terminal.Gui +dotnet add package Terminal.Gui ``` ## Running and Building