Update version in install command

This commit is contained in:
Ian Webster 2021-09-20 08:02:58 -07:00 committed by GitHub
parent 5b6e40b5d2
commit a9bbb90cdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,11 +10,11 @@ A C# client for the [quickchart.io](https://quickchart.io/) chart API.
Use `QuickChart/QuickChart.cs` in this project, or install the `QuickChart` package from [NuGet](https://www.nuget.org/packages/QuickChart):
```
PM> Install-Package QuickChart -Version 1.0.0
PM> Install-Package QuickChart -Version 2.0.0
```
or
```
dotnet add package QuickChart --version 1.0.0
dotnet add package QuickChart --version 2.0.0
```
---
## Usage