updates to readme
This commit is contained in:
parent
d9bba03c8f
commit
0d3588f719
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ Master should now be on the v3.x codebase, which overhauls the api significantly
|
|||
To install `chart` run the following:
|
||||
|
||||
```bash
|
||||
> go get github.com/wcharczuk/go-chart@latest
|
||||
> go get github.com/wcharczuk/go-chart/v2@latest
|
||||
```
|
||||
|
||||
Most of the components are interchangeable so feel free to crib whatever you want.
|
||||
|
@ -58,7 +58,7 @@ import (
|
|||
...
|
||||
"bytes"
|
||||
...
|
||||
"github.com/wcharczuk/go-chart" //exposes "chart"
|
||||
"github.com/wcharczuk/go-chart/v2" //exposes "chart"
|
||||
)
|
||||
|
||||
graph := chart.Chart{
|
||||
|
|
Loading…
Reference in a new issue