aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2013-04-04 21:51:41 +0100
committerTom Christie2013-04-04 21:51:41 +0100
commitad9aa23198bf1008651a778dd3f633570d4ee2d3 (patch)
tree35a17076f30420733fd32c1a0518fac8507dbe68
parent5b56639e7a26ba31ffe472b69408c427346df85b (diff)
downloaddjango-rest-framework-ad9aa23198bf1008651a778dd3f633570d4ee2d3.tar.bz2
Use consistent header style in tutorial part 5
-rw-r--r--docs/tutorial/5-relationships-and-hyperlinked-apis.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/5-relationships-and-hyperlinked-apis.md b/docs/tutorial/5-relationships-and-hyperlinked-apis.md
index a702a09d..27a10840 100644
--- a/docs/tutorial/5-relationships-and-hyperlinked-apis.md
+++ b/docs/tutorial/5-relationships-and-hyperlinked-apis.md
@@ -1,4 +1,4 @@
-# Tutorial 5 - Relationships & Hyperlinked APIs
+# Tutorial 5: Relationships & Hyperlinked APIs
At the moment relationships within our API are represented by using primary keys. In this part of the tutorial we'll improve the cohesion and discoverability of our API, by instead using hyperlinking for relationships.