From 0d3588f7196f7e896b90d422402b86a2ca2da625 Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Mon, 11 Sep 2023 16:19:37 -0400 Subject: [PATCH] updates to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7854f69..dcadc9c 100644 --- a/README.md +++ b/README.md @@ -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{