From 8af5b23b5dfc2ff6081df309aae5a8446a893aa4 Mon Sep 17 00:00:00 2001 From: Ali Karbassi Date: Thu, 10 Dec 2009 13:57:48 -0600 Subject: [PATCH] Fixed minimal example error. Added github repo location --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index f81cc24..b50c116 100644 --- a/README +++ b/README @@ -1,6 +1,8 @@ dygraphs JavaScript charting library Copyright (c) 2006-, Dan Vanderkam. http://code.google.com/p/dygraphs/ +http://github.com/danvk/dygraphs + The dygraphs JavaScript library produces produces interactive, zoomable charts of time series. @@ -30,8 +32,7 @@ Minimal Example "Date,Temperature\n" + // the data series "2008-05-07,75\n" + "2008-05-08,70\n" + - "2008-05-09,80\n"; - } + "2008-05-09,80\n" ); -- 2.7.4