From b2f05b8890256e3fda1d753d12da932788373220 Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Thu, 22 Oct 2009 22:38:51 +0000 Subject: [PATCH] Some small formulation changes git-svn-id: https://flot.googlecode.com/svn/trunk@222 1e0a6537-2640-0410-bfb7-f154510ff394 --- README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index b66e4c7..5f962fb 100644 --- a/README.txt +++ b/README.txt @@ -64,7 +64,7 @@ in the file "API.txt". Here's a quick example that'll draw a line from $.plot($("#placeholder"), [ [[0, 0], [1, 1]] ], { yaxis: { max: 1 } }); -The plot function immediately draws the chart and then returns a Plot +The plot function immediately draws the chart and then returns a plot object with a couple of methods. @@ -73,9 +73,9 @@ What's with the name? First: it's pronounced with a short o, like "plot". Not like "flawed". -So "Flot" is like "Plot". +So "Flot" rhymes with "plot". And if you look up "flot" in a Danish-to-English dictionary, some up the words that come up are "good-looking", "attractive", "stylish", "smart", "impressive", "extravagant". One of the main goals with Flot -is pretty looks. Flot is supposed to be "flot". +is pretty looks.