un-deprecate minimal example in README file
authorDan Vanderkam <danvk@google.com>
Wed, 16 Dec 2009 00:05:06 +0000 (16:05 -0800)
committerDan Vanderkam <danvk@google.com>
Wed, 16 Dec 2009 00:05:06 +0000 (16:05 -0800)
README

diff --git a/README b/README
index b50c116..f78b9ca 100644 (file)
--- a/README
+++ b/README
@@ -27,7 +27,7 @@ Minimal Example
 <body>
 <div id="graphdiv"></div>
 <script type="text/javascript">
-  g = new DateGraph(
+  g = new Dygraph(
         document.getElementById("graphdiv"),  // containing div
         "Date,Temperature\n" +                // the data series
         "2008-05-07,75\n" +