From 7ca60bd1161dc1e4c623fb9def484fa20854149c Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Tue, 8 Dec 2009 15:58:37 -0800 Subject: [PATCH] make initial combined reference a link --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index ac2884f..a4fb76c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -165,7 +165,7 @@ See downloads,

Usage

-

To use dygraphs, include the dygraph-combined.js JavaScript file and instantiate a Dygraph object.

+

To use dygraphs, include the dygraph-combined.js JavaScript file and instantiate a Dygraph object.

Here's a basic example to get things started:

-- 2.7.4