aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.md
diff options
context:
space:
mode:
authorTom Christie2013-03-15 19:25:12 +0000
committerTom Christie2013-03-15 19:25:12 +0000
commit1aedf57f4a1eb7261162977944fe233b00d63b59 (patch)
treeb091b5e765c5cbe03449961643b6887e5acb9b24 /docs/index.md
parentb6b686d285e376dbf4f2d2f15bd0e3ef0f1c3a37 (diff)
parent22a389d0ba4dd5ac7b4fa3839491ec2708bbe7df (diff)
downloaddjango-rest-framework-1aedf57f4a1eb7261162977944fe233b00d63b59.tar.bz2
Merge branch 'master' into basic-nested-serialization
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.md b/docs/index.md
index 8e5097b3..5357536d 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -9,11 +9,11 @@
# Django REST framework
-**A toolkit for building well-connected, self-describing Web APIs.**
+**Web APIs for Django, made easy.**
-Django REST framework is a lightweight library that makes it easy to build Web APIs. It is designed as a modular and easy to customize architecture, based on Django's class based views.
+Django REST framework is a flexible, powerful library that makes it incredibly easy to build Web APIs. It is designed as a modular and easy to customize architecture, based on Django's class based views.
-Web APIs built using REST framework are fully self-describing and web browseable - a huge useability win for your developers. It also supports a wide range of media types, authentication and permission policies out of the box.
+APIs built using REST framework are fully self-describing and web browseable - a huge useability win for your developers. It also supports a wide range of media types, authentication and permission policies out of the box.
If you are considering using REST framework for your API, we recommend reading the [REST framework 2 announcement][rest-framework-2-announcement] which gives a good overview of the framework and it's capabilities.
@@ -75,7 +75,7 @@ Note that the URL path can be whatever you want, but you must include `'rest_fra
## Quickstart
-Can't wait to get started? The [quickstart guide][quickstart] is the fastest way to get up and running with REST framework.
+Can't wait to get started? The [quickstart guide][quickstart] is the fastest way to get up and running, and building APIs with REST framework.
## Tutorial