From: Dan Vanderkam <danvk@google.com>
Date: Mon, 27 Jun 2011 14:55:31 +0000 (-0400)
Subject: fix title on changes.html
X-Git-Tag: v1.0.0~460
X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=2b58555a630c55bd9af9cc620b73083b38d5d44c;p=dygraphs.git

fix title on changes.html
---

diff --git a/docs/changes.html b/docs/changes.html
index 9d7bb90..b12cc26 100644
--- a/docs/changes.html
+++ b/docs/changes.html
@@ -2,7 +2,7 @@
 <html>
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">
-    <title>dygraphs input types</title>
+    <title>Guide to making dygraphs changes</title>
     <style type="text/css">
       code { white-space: pre; border: 1px dashed black; display: inline; }
       pre  { white-space: pre; border: 1px dashed black; }