aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e62e19ce..92490bd4 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 djangorestframework
+ pip install rest_framework
...or clone the project from github.
@@ -47,7 +47,7 @@ To build the docs.
To run the tests.
- ./djangorestframework/runtests/runtests.py
+ ./rest_framework/runtests/runtests.py
# Changelog