From 3f0d69315188d3276a7a2f08d45968b951606f02 Mon Sep 17 00:00:00 2001 From: Brian Peiris Date: Thu, 25 Apr 2013 22:31:04 -0300 Subject: [PATCH] Add link to README.md --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 23bcf09..5027b51 100644 --- a/API.md +++ b/API.md @@ -8,7 +8,7 @@ var plot = $.plot(placeholder, data, options) The placeholder is a jQuery object or DOM element or jQuery expression that the plot will be put into. This placeholder needs to have its -width and height set as explained in the README (go read that now if +width and height set as explained in the [README](README.md) (go read that now if you haven't, it's short). The plot will modify some properties of the placeholder so it's recommended you simply pass in a div that you don't use for anything else. Make sure you check any fancy styling