File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -71,16 +71,16 @@ From PyPI
7171
7272::
7373
74- pip install rest_framework_json_api
74+ pip install djangorestframework-jsonapi
7575
7676
7777From Source
7878^^^^^^^^^^^
7979
8080::
8181
82- $ git clone https://github.com/django-json-api/rest_framework_json_api .git
83- $ cd rest_framework_json_api && pip install -e .
82+ $ git clone https://github.com/django-json-api/django-rest-framework-json-api .git
83+ $ cd django-rest-framework-json-api && pip install -e .
8484
8585
8686Running Tests
Original file line number Diff line number Diff line change @@ -59,12 +59,12 @@ like the following:
5959
6060From PyPI
6161
62- pip install rest_framework_json_api
62+ pip install djangorestframework-jsonapi
6363
6464From Source
6565
66- git clone https://github.com/django-json-api/rest_framework_json_api .git
67- cd rest_framework_json_api && pip install -e .
66+ git clone https://github.com/django-json-api/django-rest-framework-json-api .git
67+ cd django-rest-framework-json-api && pip install -e .
6868
6969## Running Tests
7070
You can’t perform that action at this time.
0 commit comments