We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a09beb commit 4a99fb2Copy full SHA for 4a99fb2
docs/schema.md
@@ -3,8 +3,7 @@
3
Django REST Swagger includes two renderers; the `OpenAPIRenderer` and the
4
`SwaggerUIRenderer`.
5
6
-The `OpenAPIRenderer` is responsible for generating the JSON spec, while the `SwaggerUIRenderer` renders
7
-renderers the UI (HTML/JS/CSS).
+The `OpenAPIRenderer` is responsible for generating the JSON spec, while the `SwaggerUIRenderer` renders the UI (HTML/JS/CSS).
8
9
**Note:** to render the UI, both renderers must be included. The `OpenAPIRenderer` may be used on its own if you wish to host the UI independently.
10
0 commit comments