From 823aeabe52635e81011d79e545cb3bd724cfae3f Mon Sep 17 00:00:00 2001 From: David Baucum Date: Wed, 25 Jun 2014 15:20:02 -0400 Subject: [PATCH] Fixed URI used to clone django-rest-framework in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 381049b..d760e33 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Django-REST-Framework --------------------- Orthosie uses Django REST Framework, which can be grabbed from http://django-rest-framework.org/ - git clone git@github.com:tomchristie/django-rest-framework.git + git clone https://github.com/tomchristie/django-rest-framework.git cd django-rest-framework sudo python3 setup.py install