11==================================
2- JSON API and Django Rest Framework
2+ JSON: API and Django Rest Framework
33==================================
44
55.. image :: https://github.com/django-json-api/django-rest-framework-json-api/workflows/Tests/badge.svg
@@ -18,7 +18,7 @@ JSON API and Django Rest Framework
1818Overview
1919--------
2020
21- **JSON API support for Django REST Framework **
21+ **JSON: API support for Django REST Framework **
2222
2323* Documentation: https://django-rest-framework-json-api.readthedocs.org/
2424* Format specification: http://jsonapi.org/format/
@@ -38,7 +38,7 @@ By default, Django REST Framework will produce a response like::
3838 }
3939
4040
41- However, for an ``identity `` model in JSON API format the response should look
41+ However, for an ``identity `` model in JSON: API format the response should look
4242like the following::
4343
4444 {
6969
7070As a Django REST Framework JSON API (short DJA) we are trying to address following goals:
7171
72- 1. Support the `JSON API `_ spec to compliance
72+ 1. Support the `JSON: API `_ spec to compliance
7373
74742. Be as compatible with `Django REST Framework `_ as possible
7575
@@ -81,7 +81,7 @@ As a Django REST Framework JSON API (short DJA) we are trying to address followi
8181
82825. Be performant
8383
84- .. _JSON API : http://jsonapi.org
84+ .. _JSON: API : http://jsonapi.org
8585.. _Django REST Framework : https://www.django-rest-framework.org/
8686
8787------------
0 commit comments