Browse Source

Update README.md

Should be 'dotnet add package' not 'dotnet package add'
jay8ee 4 years ago
parent
commit
43d373543a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
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