<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,19 +4,11 @@ rspec-on-rails-matchers
 Setup
 ------
 
-    script/plugin install http://rspec-on-rails-matchers.googlecode.com/svn/trunk/
-or
-    svn checkout http://rspec-on-rails-matchers.googlecode.com/svn/trunk/ vendor/plugins/rspec_on_rails_matchers
-    
-Textmate bundle:
-http://rspec-on-rails-matchers.googlecode.com/svn/textmate-bundle/RSpecOnRailsMatchers.tmbundle.zip
-
-
 Dependencies:
 -------------
 
-RSpec, RSpec_on_rails: http://rspec.info/documentation/rails/install.html
-
+  * rspec
+  * rspec_on_rails
 
 Overview
 --------
@@ -109,7 +101,6 @@ Adds the following RSpec matchers:
       with_link_to(url_or_path, &quot;optional_text&quot;)
       TM snippet: [wlt + tab]
 
-
 Usage:
 ------
 
@@ -126,7 +117,7 @@ In your view spec:
           with_submit_button
         end
     end
-    
+
 In your model spec:
 
     describe User do
@@ -141,7 +132,7 @@ In your model spec:
       it &quot;should belong to a group&quot; do
         @user.should belong_to(:group)
       end
-      
+
       it do
         @user.should validate_presence_of(:email)
       end
@@ -161,10 +152,10 @@ In your model spec:
       it do
         @user.should validate_presence_of(:name)
       end
-      
+
       it do
         @user.should validate_length_of(:password, :between =&gt; 4..40)
-      end  
+      end
 
       it do
         @user.should validate_confirmation_of(:password)
@@ -172,15 +163,6 @@ In your model spec:
 
     end
 
-    
-Bugs, feature requests?
------------------------
-
-Bug tracker: http://code.google.com/p/rspec-on-rails-matchers/issues/list
-
-More info: http://code.google.com/p/rspec-on-rails-matchers
-
-
 Core Contributors
 -----------------
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 To Do
 =====
 
-* Write the To Do ;-)
\ No newline at end of file
+* Update README to include instructions on installing from github
\ No newline at end of file</diff>
      <filename>TODO</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2766983b60901d2f2073baaac2e1394ac0eb5b09</id>
    </parent>
  </parents>
  <author>
    <name>joshknowles</name>
    <email>joshknowles@11e6f158-dd3c-0410-a69b-4d739fb74d9d</email>
  </author>
  <url>http://github.com/brandon/rspec-on-rails-matchers/commit/f12de29abf0e174500a15c4954711952d2b024a1</url>
  <id>f12de29abf0e174500a15c4954711952d2b024a1</id>
  <committed-date>2008-03-02T20:53:53-08:00</committed-date>
  <authored-date>2008-03-02T20:53:53-08:00</authored-date>
  <message>Updated readme to remove google code specific lines


git-svn-id: https://rspec-on-rails-matchers.googlecode.com/svn/trunk@21 11e6f158-dd3c-0410-a69b-4d739fb74d9d</message>
  <tree>a51b5a04efaaa638fca69b6fbb626ea10862ae7b</tree>
  <committer>
    <name>joshknowles</name>
    <email>joshknowles@11e6f158-dd3c-0410-a69b-4d739fb74d9d</email>
  </committer>
</commit>
