From 2ff54048b8478ca5e2757c9dfdaf4926a472f209 Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Thu, 13 Jul 2023 10:08:18 -0700 Subject: [PATCH] Update README.md (#212) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0cdbc0..735b884 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 -u github.com/wcharczuk/go-chart +> go get github.com/wcharczuk/go-chart@latest ``` Most of the components are interchangeable so feel free to crib whatever you want.