Corrected endpoint in tutorial instructions

Closes #5810
This commit is contained in:
Carlton Gibson 2018-02-16 16:45:34 +01:00
parent 2854679f56
commit bc3c2286a8

View File

@ -47,7 +47,7 @@ urlpatterns = [
]
```
If you visit the API root endpoint in a browser you should now see `corejson`
If you visit the `/schema/` endpoint in a browser you should now see `corejson`
representation become available as an option.
![Schema format](../img/corejson-format.png)