<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,7 @@ http://benaskins.github.com/simplegraph
 
 == Description
 
-Simple cross-browser javascript graphs using Raphael and jQuery. 
+Simple javascript graphs using Raphael and jQuery. 
 
 Based on the Raphael analytics example (http://raphaeljs.com/analytics.html) by Dmitry Baranovskiy 
 
@@ -26,7 +26,7 @@ The SimpleGraph function takes four arguments:
   
 Simple example:
 
-  var simplest_graph = new SimpleGraph(&quot;myGraph&quot;, [1,2,3,3,2,1], [&quot;a&quot;,&quot;b&quot;,&quot;c&quot;,&quot;d&quot;,&quot;e&quot;,&quot;f&quot;]);
+  $(&quot;#myGraph&quot;).simplegraph([1,2,3,3,2,1], [&quot;a&quot;,&quot;b&quot;,&quot;c&quot;,&quot;d&quot;,&quot;e&quot;,&quot;f&quot;]);
   
 Will render a graph that looks a little something like this (open index.html for actual rendered samples):
 
@@ -38,7 +38,7 @@ Will render a graph that looks a little something like this (open index.html for
 
 == Options
 
-SimpleGraph takes a hash of options as it's fourth argument. Here's what you can customise:
+SimpleGraph takes a hash of options as it's third argument. Here's what you can customise:
 
   eg. parameter:: [default] description
 </diff>
      <filename>README.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>611ddd7775ed6ebc66439d762b2e4af9f32d6164</id>
    </parent>
  </parents>
  <author>
    <name>Ben Askins</name>
    <email>ben.askins@gmail.com</email>
  </author>
  <url>http://github.com/benaskins/simplegraph/commit/c3d7ff044c80adb0b9a72dfa9306c229a06f85bf</url>
  <id>c3d7ff044c80adb0b9a72dfa9306c229a06f85bf</id>
  <committed-date>2009-01-07T01:55:15-08:00</committed-date>
  <authored-date>2009-01-07T01:55:15-08:00</authored-date>
  <message>Update README</message>
  <tree>1b7eca33a7255e8bd6e1f87bd6df9bc92675e6ff</tree>
  <committer>
    <name>Ben Askins</name>
    <email>ben.askins@gmail.com</email>
  </committer>
</commit>
