aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTom Christie2012-10-26 20:55:23 +0200
committerTom Christie2012-10-26 20:55:23 +0200
commit2026d5f1d93da7c16a58590a561563cfea3b9ad1 (patch)
tree8e61f3d065e78f50da0354aad97caf21cbeb9e32 /README.md
parentc221bc6f6f239d958e89523c00686da595c68578 (diff)
downloaddjango-rest-framework-2026d5f1d93da7c16a58590a561563cfea3b9ad1.tar.bz2
Fix PyPI package name in install instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d8ffce94..d74340ef 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ For more information, check out [the documentation][docs], in particular, the tu
Install using `pip`...
- pip install rest_framework
+ pip install djangorestframework
...or clone the project from github.