From b3386853bb640e1732f46e5d9c56b19760489647 Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Thu, 28 Jul 2016 19:19:26 -0700 Subject: [PATCH] readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 02f262d..b6ab99c 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ Pie Chart: ![](https://raw.githubusercontent.com/wcharczuk/go-chart/master/images/pie_chart.png) +The code for this chart can be found in `examples/pie_chart/main.go`. + # Code Examples Actual chart configurations and examples can be found in the `./examples/` directory. They are web servers, so start them with `go run main.go` then access `http://localhost:8080` to see the output.