aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTom Christie2013-04-29 12:08:21 +0100
committerTom Christie2013-04-29 12:08:21 +0100
commit70831ad0bb62e88ef93e8c1815444ac709eb9883 (patch)
tree9c5f14992bd7d86863294c4e8230d5ebff6299bf /README.md
parent018d8b8dced31309196496e625cf8a746b98d65e (diff)
downloaddjango-rest-framework-70831ad0bb62e88ef93e8c1815444ac709eb9883.tar.bz2
Docs tweaks
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c76db7ec..ba669c88 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
# Overview
-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 powerful and flexible toolkit that makes it easy to build Web APIs.
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.