Skip to content

Commit

Permalink
docs: README.md: update for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Mar 29, 2022
1 parent 4641fbc commit ff49e9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ It includes two sets of packages:

Commonly used data structures include:

* [Table](https://pkg.go.dev/github.com/grokify/gocharts/data/table) - easy manipulation of tabular data including [writing to CSV and XLSX](data/table/write.go).
* [Time Series](https://pkg.go.dev/github.com/grokify/gocharts/data/timeseries) - for building time-based line charts and bar charts.
* [Histogram](https://pkg.go.dev/github.com/grokify/gocharts/data/histogram) - for building histograms and bar charts.
* [Table](https://pkg.go.dev/github.com/grokify/gocharts/v2/data/table) - easy manipulation of tabular data including [writing to CSV and XLSX](data/table/write.go).
* [Time Series](https://pkg.go.dev/github.com/grokify/gocharts/v2/data/timeseries) - for building time-based line charts and bar charts.
* [Histogram](https://pkg.go.dev/github.com/grokify/gocharts/v2/data/histogram) - for building histograms and bar charts.

A full list is available in the [`data`](data) folder.

Expand Down Expand Up @@ -55,7 +55,7 @@ See the example here:
[goreport-svg]: https://goreportcard.com/badge/github.com/grokify/gocharts
[goreport-url]: https://goreportcard.com/report/github.com/grokify/gocharts
[docs-godoc-svg]: https://pkg.go.dev/badge/github.com/grokify/gocharts
[docs-godoc-url]: https://pkg.go.dev/github.com/grokify/gocharts
[docs-godoc-url]: https://pkg.go.dev/github.com/grokify/gocharts/v2
[license-svg]: https://img.shields.io/badge/license-MIT-blue.svg
[license-url]: https://github.com/grokify/gocharts/blob/master/LICENSE
[used-by-svg]: https://sourcegraph.com/github.com/grokify/gocharts/-/badge.svg
Expand Down

0 comments on commit ff49e9f

Please sign in to comment.