Skip to content

Commit 0950d3e

Browse files
committed
Tweak docs
1 parent 7c00198 commit 0950d3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/topics/documenting-your-api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ The most common way to document Web APIs today is to produce documentation that
1414

1515
#### Django REST Swagger
1616

17-
Marc Gibbon's [Django REST Swagger][django-rest-swagger] integrates REST framework with the [Swagger][swagger] API documentation tool. The package produces well presented API documentation, and includes interactive tools for testing API endpoints.
17+
Marc Gibbons' [Django REST Swagger][django-rest-swagger] integrates REST framework with the [Swagger][swagger] API documentation tool. The package produces well presented API documentation, and includes interactive tools for testing API endpoints.
1818

1919
The pacakge is fully documented, well supported, and comes highly recommended.
2020

21+
Django REST Swagger supports REST framework versions 2.3 and above.
22+
2123
![Screenshot - Django REST Swagger][image-django-rest-swagger]
2224

2325
---

0 commit comments

Comments
 (0)