<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,10 @@
 A simple wrapper around the PostRank.com REST API. I've tried to keep the
 API simple without it being a bare API wrapper.
 
+= Dependencies
+You will need the OAuth gem installed in order to use Ruby PostRank.
+  - sudo gem install oauth
+
 = Walkthrough
 I've tried to keep the API as simple as possible. It's about one step above
 the bare PostRank API. Hopefully the added abstraction is useful. The
@@ -32,7 +36,7 @@ easiest way to explain this is probably to show an example. So, here we go.
   PostRank::PostRank.calculate([&quot;http://flickr.com/photos/14009462@N00/2654539960/&quot;,
                     &quot;http://www.flickr.com/photos/21418584@N07/2447928272/&quot;,
                     &quot;http://www.flickr.com/photos/pilou/2655293624/&quot;]).each do |entry|
-    puts &quot;#{entry.original_link #{entry.postrank}&quot;
+    puts &quot;#{entry.original_link} #{entry.postrank}&quot;
   end
   
   puts &quot;\nGet PostRanked items&quot;
@@ -40,10 +44,9 @@ easiest way to explain this is probably to show an example. So, here we go.
                     'http://everburning.com/news/californication/',
                     'http://everburning.com/news/the-weary-traveler/'],
               :feeds =&gt; [eb]).each do |entry|
-    puts &quot;#{entry.original_link #{entry.postrank}&quot;
+    puts &quot;#{entry.original_link} #{entry.postrank}&quot;
   end
 
-
 That's basically it.
 
 = Contact</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dd89ac8057ce55cfcc0df7edb894175712d6a300</id>
    </parent>
  </parents>
  <author>
    <name>dan sinclair</name>
    <email>dan@aiderss.com</email>
  </author>
  <url>http://github.com/dj2/ruby-postrank/commit/14f7edee30533d35614cb5bb2f5c1195b3ab634e</url>
  <id>14f7edee30533d35614cb5bb2f5c1195b3ab634e</id>
  <committed-date>2008-12-03T11:06:30-08:00</committed-date>
  <authored-date>2008-12-03T11:06:30-08:00</authored-date>
  <message>fixup documentation. Thanks Igor.</message>
  <tree>c49d20de2c675da4a3a83c0cc7e6bc78b257baca</tree>
  <committer>
    <name>dan sinclair</name>
    <email>dan@aiderss.com</email>
  </committer>
</commit>
