From 584f7688f47953c0784a87a8bc354ac27caf5441 Mon Sep 17 00:00:00 2001 From: lcolaholicl Date: Wed, 27 Mar 2019 21:22:32 +0900 Subject: [PATCH] Fix a wrongly linked link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d52bea..314466e 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ The library comes with the following list of widgets: * [Gauge](examples/gauge.rs) * [Sparkline](examples/sparkline.rs) * [Chart](examples/chart.rs) - * [BarChart](examples/bar_chart.rs) + * [BarChart](examples/barchart.rs) * [List](examples/list.rs) * [Table](examples/table.rs) * [Paragraph](examples/paragraph.rs)