From a5828eb2da6ada2e42779d09e5d66227fb991e8e Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Fri, 25 Jan 2019 04:14:49 -0800 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9de1e7..0822e5e 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ If you upgrade and notice something is missing or don't like a change, revert th ## Widgets - [BarChart](./_examples/barchart.go) -- [Canvas](./_examples/canvas.go) +- [Canvas](./_examples/canvas.go) (for drawing braille dots) - [Gauge](./_examples/gauge.go) - [Image](./_examples/image.go) - [List](./_examples/list.go) - [Paragraph](./_examples/paragraph.go) - [PieChart](./_examples/piechart.go) -- [Plot](./_examples/plot.go) +- [Plot](./_examples/plot.go) (for scatterplots and linecharts) - [Sparkline](./_examples/sparkline.go) - [StackedBarChart](./_examples/stacked_barchart.go) - [Table](./_examples/table.go)