diff options
| author | Tom Christie | 2013-03-13 20:56:16 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-03-13 20:56:16 +0000 | 
| commit | da76bd704726830b0b76aabe7aef91b2deb72b02 (patch) | |
| tree | 096dfc9f544c4a6e30f7e261285054ea5161f198 /docs/index.md | |
| parent | 08bc203f905f838fdcc2f7cc09b91eab4e595bd1 (diff) | |
| download | django-rest-framework-da76bd704726830b0b76aabe7aef91b2deb72b02.tar.bz2 | |
Tweak text.
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/index.md b/docs/index.md index 5f9d1553..5357536d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,7 +13,7 @@  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. | 
