<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,10 +3,10 @@ merb-jquery
 
 Makes it easy to use jQuery in your application.
 
-$ gem install merb-jquery
+$ gem install merb_jquery
 
 Add
-  require 'merb-jquery'
+  require 'merb_jquery'
 to your init.rb
 
 $ rake merb:jquery:install
@@ -21,4 +21,23 @@ In your views:
 
 &lt;% jquery do %&gt;
   $('#foo').something();
-&lt;% end %&gt;
\ No newline at end of file
+&lt;% end %&gt;
+
+jquery is a helper method is a shortcut to
+
+throw_content :for_query and catch_content :for_jquery
+
+You still need to inlude jQuery javascript file manually, for instance,
+using merb-assets:
+
+# in init.rb
+
+dependency &quot;merb-assets&quot;, &quot;0.9.10&quot;
+
+# in Erb layout
+
+&lt;%= js_include_tag &quot;jquery&quot; %&gt;
+
+# or in Haml layout
+
+= js_include_tag &quot;jquery&quot;
\ No newline at end of file</diff>
      <filename>merb_jquery/README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>170fa50114bc54d81fdf20861570060179c48157</id>
    </parent>
  </parents>
  <author>
    <name>Michael S. Klishin</name>
    <email>michael@novemberain.com</email>
  </author>
  <url>http://github.com/wycats/merb-plugins/commit/f6d3ff49006761b40b1f4b193e52aea65a278997</url>
  <id>f6d3ff49006761b40b1f4b193e52aea65a278997</id>
  <committed-date>2008-12-12T16:15:54-08:00</committed-date>
  <authored-date>2008-10-17T10:01:10-07:00</authored-date>
  <message>Explain how merb_jquery is supposed to be used atm.</message>
  <tree>72faf2956f79bb13d6dc5433e37cde9887d126b6</tree>
  <committer>
    <name>Matt Aimonetti</name>
    <email>mattaimonetti@gmail.com</email>
  </committer>
</commit>
