From 3ffebcc57f57ad5db1d0ba8f940f2bab02f671a5 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Fri, 9 Nov 2012 05:04:54 -0500 Subject: [PATCH] Fixes issue #3 --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index bd179e0..fa4a07d 100644 --- a/README.markdown +++ b/README.markdown @@ -35,7 +35,7 @@ Twython also requires the (most excellent) OAuth2 library for handling OAuth tok Installation ----------------------------------------------------------------------------------------------------- -pip install git+http://github.com/zandeez/twython-django.git +pip install git+http://github.com/ryanmcgrath/twython-django.git Add "twython_django_oauth" to your "INSTALLED_APPS" in your settings.py file. If you wish to use the example template, feel free to copy that over as well.