<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,24 +18,29 @@ Tinder is a library for interfacing with Campfire, the chat application from 37S
   
   See the RDoc for more details.
 
-== Requirements
-
-* Active Support
-  gem install activesupport
-* Hpricot
-  gem install hpricot
-  
 == Installation
 
 Tinder can be installed as a gem or a Rails plugin:
 
   gem install tinder
   
-  script/plugin install http://source.collectiveidea.com/public/tinder/trunk
+  script/plugin install git://github.com/collectiveidea/tinder.git
   
-== Development
+== How to contribute
+
+If you find what looks like a bug:
+
+1. Check the GitHub issue tracker to see if anyone else has had the same issue.
+   http://github.com/collectiveidea/tinder/issues/
+2. If you don't see anything, create an issue with information on how to reproduce it.
+
+If you want to contribute an enhancement or a fix:
 
-The source for Tinder is available at http://source.collectiveidea.com/public/tinder/trunk. Development can be followed at http://opensoul.org/tags/tinder.  Contributions are welcome!
+1. Fork the project on github.
+   http://github.com/collectiveidea/tinder
+2. Make your changes with tests.
+3. Commit the changes without making changes to the Rakefile, VERSION, or any other files that aren't related to your enhancement or fix
+4. Send a pull request.
 
 == ToDo
 </diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,4 @@
+$:.unshift File.expand_path(File.dirname(__FILE__) + '/../lib')
 require 'rubygems'
 require 'spec'
-require File.dirname(__FILE__) + '/../lib/tinder.rb'
+require 'tinder'</diff>
      <filename>spec/spec_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2ecb22ba2422637f954663421ef46b8cf111ca2e</id>
    </parent>
  </parents>
  <author>
    <name>Brandon Keepers</name>
    <email>brandon@collectiveidea.com</email>
  </author>
  <url>http://github.com/collectiveidea/tinder/commit/041c3d433580cb0578bdd091547e52077c89c3ce</url>
  <id>041c3d433580cb0578bdd091547e52077c89c3ce</id>
  <committed-date>2009-09-11T22:54:15-07:00</committed-date>
  <authored-date>2009-09-11T22:54:15-07:00</authored-date>
  <message>Update README</message>
  <tree>412db545b8f0a0437408417acdb566b54770f1a7</tree>
  <committer>
    <name>Brandon Keepers</name>
    <email>brandon@collectiveidea.com</email>
  </committer>
</commit>
