Update routers.md

Reference to ```DefaultRouter``` should be ```SimpleRouter```
This commit is contained in:
David Ray 2013-12-10 14:56:07 -05:00
parent 462c5e3d0d
commit 7382f8c6ad

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