Minor fixes for the README

Wed, 24 Jun 2009 20:41:37 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 24 Jun 2009 20:41:37 +0100
changeset 9
2712d960f70a
parent 8
05052cfcefab
child 10
8deebb43b0de

Minor fixes for the README

README file | annotate | diff | comparison | revisions
--- a/README	Wed Jun 24 20:39:55 2009 +0100
+++ b/README	Wed Jun 24 20:41:37 2009 +0100
@@ -32,6 +32,7 @@
 
  gchart.new(type): Creates a new chart. Default type is "line".
 	Returns the new chart object.
+
 ### Charts
 
 All these functions assume that 'chart' is a chart object returned from gchart.new().
@@ -115,7 +116,7 @@
   
   marker.color: Colour for the marker. A simple hexadecimal value like 00FF00.
   
-  marker.series: Which data series the marker should be on. Use default is 0 (the first series)
+  marker.series: Which data series the marker should be on. Default is 0 (the first series)
   
   marker.index: The index of the data point to add the marker at. Default is 0 (the start of the series)
   

mercurial