Skip to content

Commit 58a87ba

Browse files
committed
Corrected package naming in the README
1 parent 8c45bff commit 58a87ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

7777
From 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

8686
Running Tests

0 commit comments

Comments
 (0)