From: Ali Karbassi Date: Thu, 10 Dec 2009 19:57:48 +0000 (-0600) Subject: Fixed minimal example error. Added github repo location X-Git-Tag: v1.0.0~804^2~3 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=8af5b23b5dfc2ff6081df309aae5a8446a893aa4;p=dygraphs.git Fixed minimal example error. Added github repo location --- 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" );