diff --git a/README b/README index a9bff3e..124f8b8 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -TinyPie is a "library" for plotting pie charts in JavaScript. The reason for the quotation marks is simple, currently the API consists of a single function: TinyPie.piechart([[value1,color1],[value2,color2],..]) which returns an SVG tree containing the pie chart. See demo.xhtml for a demo. +TinyPie is a "library" for plotting pie charts in JavaScript. The reason for the quotation marks is simple, currently the API consists of a single function: TinyPie.piechart([[value1,color1],[value2,color2],..]) which returns an SVG tree containing the pie chart. See visit https://pafcu.github.io/tinypie/ for a demo. Due to the usage of SVG this library will probably not work correctly in Internet Explorer, but most other reasonably modern browsers should work.