Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
updates to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wcharczuk committed Sep 11, 2023
1 parent d9bba03 commit 0d3588f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -58,7 +58,7 @@ import (
...
"bytes"
...
"github.com/wcharczuk/go-chart" //exposes "chart"
"github.com/wcharczuk/go-chart/v2" //exposes "chart"
)

graph := chart.Chart{
Expand Down

0 comments on commit 0d3588f

Please sign in to comment.