<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -40,10 +40,10 @@ max_showing = The maximum number of growls to show at one time.
 Then when you'd like the Growl window to appear:
 
 &lt;script type=&quot;text/javascript&quot; language=&quot;javascript&quot;&gt;
-  Growl.show({image_path:&quot;/images/download.png&quot;, title:&quot;Foo Bar.pdf&quot;, message:&quot;File is ready for download.&quot;});
+  Growl4Rails.showGrowl({image_path:&quot;/images/download.png&quot;, title:&quot;Foo Bar.pdf&quot;, message:&quot;File is ready for download.&quot;});
 &lt;/script&gt;
 
-Growl.show method takes a single hash as an argument.  The hash can have the following keys:
+Growl4Rails.showGrowl method takes a single hash as an argument.  The hash can have the following keys:
 
 image_path - 32x32 icon
 title - title of the growl
@@ -52,7 +52,7 @@ message - the growl message
 To handle the 'click' event from the Growl, you can do the following:
 
 &lt;script type=&quot;text/javascript&quot; language=&quot;javascript&quot;&gt;
-  var growl_id = Growl.show({image_path:&quot;/images/download.png&quot;, title:&quot;Foo Bar.pdf&quot;, message:&quot;File is ready for download.&quot;});
+  var growl_id = Growl4Rails.showGrowl({image_path:&quot;/images/download.png&quot;, title:&quot;Foo Bar.pdf&quot;, message:&quot;File is ready for download.&quot;});
   
   document.observe(growl_id + ':clicked', function(event) {
     console.log('Growl %s was clicked.', Event.findElement(event).id);</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>97a96a68dff4891c8f62e4ca7b65f00bfe6d1918</id>
    </parent>
  </parents>
  <author>
    <name>Jim Fiorato</name>
    <email>jimfiorato@jim-fioratos-macbook-pro-2.local</email>
  </author>
  <url>http://github.com/jfiorato/growl4rails/commit/0ae8a594e74af569f4c12b358bb08ec09a067a71</url>
  <id>0ae8a594e74af569f4c12b358bb08ec09a067a71</id>
  <committed-date>2009-01-21T06:35:20-08:00</committed-date>
  <authored-date>2009-01-21T06:35:20-08:00</authored-date>
  <message>Fixed error in README</message>
  <tree>bc291ae63d89ecf586603bc89924991985d52f96</tree>
  <committer>
    <name>Jim Fiorato</name>
    <email>jimfiorato@jim-fioratos-macbook-pro-2.local</email>
  </committer>
</commit>
