Corrected endpoint in tutorial instructions (#5835)

Closes #5810
This commit is contained in:
Carlton Gibson 2018-02-16 16:57:25 +01:00 committed by GitHub
parent e34fd995cd
commit 6ea7d05979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)