<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -36,12 +36,11 @@ You may need to provide something like the following for Rails.
         xhr.setRequestHeader(&quot;Accept&quot;,&quot;text/javascript&quot;)} 
     });
 
-On the rails side of things, in your controller, just return the partial which iterates through your returned objects:
+In your Rails controller, just return the partial which iterates through your returned objects:
 
     def index
       @objects = Object.paginate :page =&gt; params[:page]
       respond_to do |format|
-        format.html
         #ajax response
         format.js { render :template =&gt; 'objects/_index_objects.html.haml'}
       end
@@ -53,4 +52,4 @@ and the partial:
       %li.result_row
         Your stuff here
 
-That's it.  Be sure to check out the plugin in its entirety on Github.  Feedback is always welcome.  Enjoy!
+Feedback is always welcome.  Enjoy!</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eb733233d40d112ace7226b602c50e5ad429bd8a</id>
    </parent>
  </parents>
  <author>
    <name>davidwparker</name>
    <email>nemo7467@gmail.com</email>
  </author>
  <url>http://github.com/davidwparker/jquery-bottomless-pagination/commit/cdd6803e9cff3a3ee8084c87e5329c78e35b212e</url>
  <id>cdd6803e9cff3a3ee8084c87e5329c78e35b212e</id>
  <committed-date>2008-09-30T19:18:07-07:00</committed-date>
  <authored-date>2008-09-30T19:18:07-07:00</authored-date>
  <message>formatting.</message>
  <tree>a234ae44336780cb0bc82332baf41b2ae73b2fe3</tree>
  <committer>
    <name>davidwparker</name>
    <email>nemo7467@gmail.com</email>
  </committer>
</commit>
