Explorar o código

Update README.md

Should be 'dotnet add package' not 'dotnet package add'
jay8ee %!s(int64=4) %!d(string=hai) anos
pai
achega
43d373543a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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