Use consistent header style in tutorial part 5

This commit is contained in:
Tom Christie 2013-04-04 21:51:41 +01:00
parent 5b56639e7a
commit ad9aa23198

View File

@ -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. 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.