<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,8 @@
 
 I don't know about you, but I like me some sexy full-text searching.
 
+== The basics
+
 Want to find all meals that mention bacon?
 
   Meal.select {'bacon'}
@@ -17,28 +19,26 @@ Maybe with bacon in the name, or cheese in the recipe?
 Cheese in the name, but not grilled?
 
   Meal.select {|m| m.name =~ 'bacon' &amp;&amp; m.name !~ 'grilled'}
-  
 
-== Big honking disclaimer
+== Pagination
 
-We're still learning a lot about how sphinx and ambition work, so things are likely to change a lot, and features are likely to be missing.
+You're going to want to use pagination. Ultrasphinx, the underlying library, only supports it, as in, you can't just get all the objects matching your query. You _have_ to use paging.
 
-== Getting Started
+It's pretty simple:
 
+  Meal.select {'bacon'}.page(2)
+  Meal.select {'bacon'}.page(3)
 
-=== Dependencies
-
-You will need the following gems to use ambitious-sphinx:
+== Big honking disclaimer
 
-  gem install ambition
-  gem install ultrasphinx
+We're still learning a lot about how sphinx and ambition work, so things are likely to change a lot, and features are likely to be missing.
 
-=== Our stuff
+== Getting Started
 
-We don't have a gem yet, so presumably you'll do a clone of our git repo. Then you need to install it:
 
+=== Installing
 
-  sudo rake install
+  sudo gem install ambitious-sphinx
   
 === Add it to your app
     </diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c2cade9d26c6980f024518de484dcfa917b91edd</id>
    </parent>
  </parents>
  <author>
    <name>Josh Nichols</name>
    <email>josh@technicalpickles.com</email>
  </author>
  <url>http://github.com/technicalpickles/ambitious-sphinx/commit/c10f14778f8346128fceacdf03749c4556eb6e69</url>
  <id>c10f14778f8346128fceacdf03749c4556eb6e69</id>
  <committed-date>2008-02-29T17:30:16-08:00</committed-date>
  <authored-date>2008-02-29T17:30:16-08:00</authored-date>
  <message>README updates.</message>
  <tree>6d08690ae375ea4f89235a74776447a6f1e3a6b3</tree>
  <committer>
    <name>Josh Nichols</name>
    <email>josh@technicalpickles.com</email>
  </committer>
</commit>
