From 566e70f99d3b099e2e313a8af196d835bff071ce Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Thu, 19 May 2016 15:11:46 +0200 Subject: [PATCH] Readme link --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 286d339..1dda464 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,11 @@ Estimates are written somwhere inside Description field in the form of: Estimates are summed by label and by list and total number of hours is colorfully written in front of the label list name. `?` instead of number of hours marks those labels that don't have any cards with estimates entered. - -Code as taken from: + You can use it here: + https://dl.dropboxusercontent.com/u/11716687/web/trello-estimates/index.html# + +Code was taken from: http://blog.getcorrello.com/2015/10/14/build-your-own-dashboard-on-the-trello-api/ and modified. (Thanks for the nice blog post!)