Update README.
authorJosh Roesslein <jroesslein@gmail.com>
Wed, 11 May 2011 06:07:57 +0000 (01:07 -0500)
committerJosh Roesslein <jroesslein@gmail.com>
Wed, 11 May 2011 06:07:57 +0000 (01:07 -0500)
README

diff --git a/README b/README
index f9a2267f077be0a56ad94b7012307b71353fd36c..9351d6d795a52feb6b13de74dbe38564c11f80f1 100644 (file)
--- a/README
+++ b/README
@@ -7,20 +7,16 @@
 
 A Python library for accessing the Twitter API.
 
-Requires Python 2.5 or later. Python 3 not yet supported.
+Requires Python 2.5 or later. Sorry no Python 3 support yet.
 
-Documentation: http://tweepy.readthedocs.org/
-Source Code: http://github.com/joshthecoder/tweepy
-Mailing list: http://groups.google.com/group/tweepy
-IRC:
-  Server: freenode.net
-  Channel: #tweepy
+Website: http://tweepy.github.com/
+Git Repository: http://github.com/tweepy/tweepy.git
+Google Groups: http://groups.google.com/group/tweepy
+IRC Channel: freenode.net #tweepy
 
-Contributing
-------------
-If you have a Github account please fork the repository,
-create a topic branch, and commit your changes.
-Then submit a pull request from that branch.
-I would also accept patches via the mailing list, but pull requests
-on Github is the preferred method.
+How to contribute a patch:
+  1. Fork Tweepy on github.com
+  2. Create a new branch
+  3. Commit changes to this branch
+  4. Send a pull request