aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTom Christie2013-04-30 08:40:52 +0100
committerTom Christie2013-04-30 08:40:52 +0100
commit4dfb553e35575d81476a8f1ef926b0f2c153a47d (patch)
treeac872ed3e5f4263729dc285a98ee06accae0a44a /README.md
parentac766346a4f0ff95d496c4c73db3ee57d9146858 (diff)
downloaddjango-rest-framework-4dfb553e35575d81476a8f1ef926b0f2c153a47d.tar.bz2
Simplify the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 89e589b2..9a62d2b9 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,6 @@
**A toolkit for building well-connected, self-describing web APIs.**
-**Author:** Tom Christie. [Follow me on Twitter][twitter].
-
-**Support:** [REST framework group][group], or `#restframework` on freenode IRC.
-
[![build-status-image]][travis]
---
@@ -88,9 +84,14 @@ Here's our project's root `urls.py` module:
url(r'^api-auth/', include('rest_framework.urls', namespace='rest_framework'))
)
-# Documentation
+# Documentation & Support
The full documentation for the project is available at [http://django-rest-framework.org][docs].
+
+For questions and support, use the [REST framework discussion group][group], or `#restframework` on freenode IRC.
+
+You may also want to [follow the author on Twitter][twitter] .
+
# License
Copyright (c) 2011-2013, Tom Christie