<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
 = acts_as_network
 
-ActsAsNetwork is intended to simplify the definition 
+acts_as_network is intended to simplify the definition 
 and storage of reciprocal relationships between entities using
 ActiveRecord, exposing a &quot;network&quot; of 2-way connections between
 records. It does this in DRY way using only &lt;b&gt;a single record&lt;/b&gt;
@@ -13,25 +13,26 @@ a &quot;friend&quot; relationship in one direction implies the reverse
 relationship (when Jack is a friend of Jane then Jane should also
 be a friend of Jack). 
 
-{Zetetic LLC}[http://www.zetetic.net] extracted ActsAsNetwork from
+{Zetetic LLC}[http://www.zetetic.net] extracted acts_as_network from
 PingMe[http://www.gopingme.com] where it drives the social 
 networking features of the site.
 
-== INSTALLATION
+== INSTALLATION (git on edge rails)
 
-  % script/plugin discover
-  % script/plugin install acts_as_network
+  % cd rails_project_path
+  % ./script/plugin install git://github.com/sjlombardo/acts_as_network.git
   % rake doc:plugins
-  
-or 
 
+== INSTALLATION (subversion, rails &lt;= 2.0.2))
+ 
+  % cd rails_project_path
   % script/plugin source http://actsasnetwork.rubyforge.org/svn/plugins
   % script/plugin install acts_as_network  
-  % rake doc:plugins
-  
-== SUBVERSION
+  % rake doc:plugins 
+
+== GitHub
 
-  http://actsasnetwork.rubyforge.org/svn/plugins/acts_as_network
+  http://github.com/sjlombardo/acts_as_network/tree/master
 
 = INTRODUCTION
 </diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>63b63e86750dfaeca1be6a857720a6c812ffa6dd</id>
    </parent>
  </parents>
  <author>
    <name>Stephen Lombardo</name>
    <email>sjlombardo@zetetic.net</email>
  </author>
  <url>http://github.com/sjlombardo/acts_as_network/commit/eeab13f0c78b4dea3326aaaca2f9284a9fb7d6ab</url>
  <id>eeab13f0c78b4dea3326aaaca2f9284a9fb7d6ab</id>
  <committed-date>2008-05-22T21:48:46-07:00</committed-date>
  <authored-date>2008-05-22T21:48:46-07:00</authored-date>
  <message>updated readme to include instructions for git</message>
  <tree>4c98b8dddacd9783de7b3927733cf5b495c7ed0c</tree>
  <committer>
    <name>Stephen Lombardo</name>
    <email>sjlombardo@zetetic.net</email>
  </committer>
</commit>
