Skip to content

Commit

Permalink
Fixed URI used to clone django-rest-framework in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxolasersquad committed Jun 25, 2014
1 parent 0325f6b commit 823aeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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

Expand Down

0 comments on commit 823aeab

Please sign in to comment.