<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Moved to GitHub May 1, 2008
+Moved to GitHub from Google Code on May 1, 2008
 Was hosted at http://code.google.com/p/audit-mass-assignment/
 
 = audit_mass_assignment plugin for Ruby on Rails
@@ -18,7 +18,16 @@ code.  This one was easy to implement.
 
 == Installation
 
-  ./script/plugin install http://audit-mass-assignment.googlecode.com/svn/trunk/audit_mass_assignment/
+It looks like Rails 2.1 will support &quot;script/plugin install&quot; with Git
+repositories.  Until then you can put this plugin in vendor/plugins with:
+
+git clone git://github.com/ryanlowe/audit_mass_assignment.git
+
+and delete the .git directory inside it before committing it to source control.
+
+When Rails 2.1 supports Git you should be able to do:
+
+script/plugin install git://github.com/ryanlowe/audit_mass_assignment.git
 
 == Usage
 
@@ -26,7 +35,7 @@ code.  This one was easy to implement.
 
 == NOTES
 
-  If you want to protect ALL attributes use:
+  If you want to protect ALL attributes in your model use:
   
     attr_accessible nil
 </diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4a09fe0937f1ffb5c60ef9165d569271646f4691</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Lowe</name>
    <email>ryanlowe@gmail.com</email>
  </author>
  <url>http://github.com/ryanlowe/audit_mass_assignment/commit/3708b011a425316ad8417f8ff7451c11d4d9856c</url>
  <id>3708b011a425316ad8417f8ff7451c11d4d9856c</id>
  <committed-date>2008-04-30T21:32:35-07:00</committed-date>
  <authored-date>2008-04-30T21:32:35-07:00</authored-date>
  <message>update the installation instructions</message>
  <tree>c2629f527de3edf83123060170207ae205e71ffc</tree>
  <committer>
    <name>Ryan Lowe</name>
    <email>ryanlowe@gmail.com</email>
  </committer>
</commit>
