<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -23,10 +23,21 @@ After registering, you will receive an email prompting you to activate the API k
 
     Daywalker.api_key = 'this is so sekrit'
 
-    pp Daywalker::District.find_by_zip('27511')
-    pp Daywalker::District.find_by_latlng(40.739157, -73.990929)
-    pp Daywalker::Legislator.find(:one, :state =&gt; 'NY', :district =&gt; 4)
-    pp Daywalker::Legislator.find_all_by_state_and_title('NY', :senator)
+    pp Daywalker::District.all_by_zipcode('27511')
+
+    pp Daywalker::District.unique_by_latitude_and_longitude(40.739157, -73.990929)
+
+    pp Daywalker::District.unique_by_address('One City Hall Square, Boston, MA 02201')
+
+    pp Daywalker::Legislator.all_by_zip('02201')
+
+    pp Daywalker::Legislator.unique(:state =&gt; 'NY', :district =&gt; 4)
+
+    pp Daywalker::Legislator.unique_by_state_and_district('NY', 4)
+
+    pp Daywalker::Legislator.all(:state =&gt; 'NY', :title =&gt; :senator)
+
+    pp Daywalker::Legislator.all_by_state_and_title('NY', :senator)
   
 
 == FAQ</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fd65a22ba7a460e0343cbab05fbe91d8a9600483</id>
    </parent>
  </parents>
  <author>
    <name>Josh Nichols</name>
    <email>josh@technicalpickles.com</email>
  </author>
  <url>http://github.com/technicalpickles/daywalker/commit/411befbf4acaa835cfbbc53ae0ff5db03e967194</url>
  <id>411befbf4acaa835cfbbc53ae0ff5db03e967194</id>
  <committed-date>2009-03-30T15:04:12-07:00</committed-date>
  <authored-date>2009-03-30T15:04:12-07:00</authored-date>
  <message>Updated code examples in README to reflect new API.</message>
  <tree>d67979be6fc1b1d813023e216fd65a7ec3355542</tree>
  <committer>
    <name>Josh Nichols</name>
    <email>josh@technicalpickles.com</email>
  </committer>
</commit>
