aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/rest-hypermedia-hateoas.md
diff options
context:
space:
mode:
authorTom Christie2012-10-08 12:17:43 +0100
committerTom Christie2012-10-08 12:17:43 +0100
commitf4d4d54e030addf64efe68f387b934262a3c173b (patch)
tree8ae0cbd9b33447b71ddff4c5b5dde78e43aa5236 /docs/topics/rest-hypermedia-hateoas.md
parent6b6c945d4e71bb70cb76c85cc675cc252a6ede2b (diff)
downloaddjango-rest-framework-f4d4d54e030addf64efe68f387b934262a3c173b.tar.bz2
Adding migration and changelog docs
Diffstat (limited to 'docs/topics/rest-hypermedia-hateoas.md')
-rw-r--r--docs/topics/rest-hypermedia-hateoas.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/rest-hypermedia-hateoas.md b/docs/topics/rest-hypermedia-hateoas.md
index 46a4c9d7..3aa1ff5f 100644
--- a/docs/topics/rest-hypermedia-hateoas.md
+++ b/docs/topics/rest-hypermedia-hateoas.md
@@ -20,7 +20,7 @@ the Design of Network-based Software Architectures][dissertation].
For a more thorough background, check out Klabnik's [Hypermedia API reading list][readinglist].
-# Building Hypermedia APIs with REST framework
+## Building Hypermedia APIs with REST framework
REST framework is an agnositic Web API toolkit. It does help guide you towards building well-connected APIs, and makes it easy to design appropriate media types, but it does not strictly enforce any particular design style.