Update README.md

Should be 'dotnet add package' not 'dotnet package add'
This commit is contained in:
jay8ee
2021-02-09 14:21:55 +00:00
parent 77add786fc
commit 43d373543a

View File

@@ -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