Merge pull request #1282 from daaray/patch-1

Update routers.md
This commit is contained in:
Tom Christie 2013-12-11 01:09:20 -08:00
commit d3440f0311

View File

@ -12,7 +12,7 @@ REST framework adds support for automatic URL routing to Django, and provides yo
## Usage
Here's an example of a simple URL conf, that uses `DefaultRouter`.
Here's an example of a simple URL conf, that uses `SimpleRouter`.
from rest_framework import routers