Fixed typo in README code

This commit is contained in:
Joseph Toles 2014-07-16 11:06:47 -07:00
parent ee1aedbe23
commit bf9d44b744

View File

@ -39,7 +39,7 @@ Installation
),
'DEFAULT_PERMISSION_CLASSES': (
'rest_framework.permissions.IsAuthenticated'
'rest_framework.permissions.IsAuthenticated',
)
}