<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,7 +7,7 @@
 Facebooker is a Ruby wrapper over the Facebook[http://facebook.com] {REST API}[http://developer.facebook.com].  Its goals are:
 
 * Idiomatic Ruby
-* No dependencies outside of the Ruby standard library
+* No dependencies outside of the Ruby standard library (This is true with Rails 2.1. Previous Rails versions require the JSON gem)
 * Concrete classes and methods modeling the Facebook data, so it's easy for a Rubyist to understand what's available
 * Well tested
 
@@ -21,7 +21,7 @@ Facebooker is a Ruby wrapper over the Facebook[http://facebook.com] {REST API}[h
 
 == SYNOPSIS:
 
-View David Clements' {excellent tutorial}[http://apps.facebook.com/facebooker_tutorial] at {http://apps.facebook.com/facebooker_tutorial/}[http://apps.facebook.com/facebooker_tutorial]
+View David Clements' {excellent tutorial}[http://apps.facebook.com/facebooker_tutorial] at {http://apps.facebook.com/facebooker_tutorial/}[http://apps.facebook.com/facebooker_tutorial] or check out {Developing Facebook Platform Applications with Rails}[http://www.pragprog.com/titles/mmfacer].
 
 == REQUIREMENTS:
 
@@ -43,7 +43,9 @@ If, for some reason, you can't/won't use RubyGems, you can do:
 
 Facebooker can be installed as a Rails plugin by:
 
-  script/plugin install http://facebooker.rubyforge.org/svn/trunk/facebooker/
+  script/plugin install git://github.com/mmangino/facebooker.git
+
+If you don't have git, the plugin can be downloaded from http://github.com/mmangino/facebooker/tarball/master
 
 Once the plugin is installed, you will need to configure your Facebook app in config/facebooker.yml. 
 </diff>
      <filename>README.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>33fcf557ae80c8f674c124474872c3efec851add</id>
    </parent>
  </parents>
  <author>
    <name>Michael Mangino</name>
    <email>mmangino@elevatedrails.com</email>
  </author>
  <url>http://github.com/nkallen/facebooker/commit/0104f938d263219b298b772f95b15bcd1ede1152</url>
  <id>0104f938d263219b298b772f95b15bcd1ede1152</id>
  <committed-date>2008-07-08T05:02:11-07:00</committed-date>
  <authored-date>2008-07-08T05:02:11-07:00</authored-date>
  <message>Another small update to README</message>
  <tree>8f754b22e0c7b0eec348ab5bdc329c751e9912c5</tree>
  <committer>
    <name>Michael Mangino</name>
    <email>mmangino@elevatedrails.com</email>
  </committer>
</commit>
