From 08f19ef2de553eeb3149cfaef12e54dc3956f30d Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Thu, 14 Jul 2016 13:39:42 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9db798..5045de2 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ graph.Render(chart.PNG, buffer) You can now also graph a moving average of a series using a special `MovingAverageSeries` that takes an `InnerSeries` as a required argument. - ![](https://raw.githubusercontent.com/wcharczuk/go-chart/master/images/goog_ltm_ma.png) + ![](https://raw.githubusercontent.com/wcharczuk/go-chart/master/images/ma_goog_ltm.png) There is a helper method, `GetLastValue` on the `MovingAverageSeries` to aid in creating a last value annotation for the series.