diff --git a/README.rst b/README.rst index 5210cde8..b51c93b3 100644 --- a/README.rst +++ b/README.rst @@ -71,7 +71,7 @@ From PyPI :: - pip install rest_framework_json_api + pip install djangorestframework-jsonapi From Source @@ -79,8 +79,8 @@ From Source :: - $ git clone https://github.com/django-json-api/rest_framework_json_api.git - $ cd rest_framework_json_api && pip install -e . + $ git clone https://github.com/django-json-api/django-rest-framework-json-api.git + $ cd django-rest-framework-json-api && pip install -e . Running Tests diff --git a/docs/getting-started.md b/docs/getting-started.md index fb97267c..ca041032 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -59,12 +59,12 @@ like the following: From PyPI - pip install rest_framework_json_api + pip install djangorestframework-jsonapi From Source - git clone https://github.com/django-json-api/rest_framework_json_api.git - cd rest_framework_json_api && pip install -e . + git clone https://github.com/django-json-api/django-rest-framework-json-api.git + cd django-rest-framework-json-api && pip install -e . ## Running Tests