diff --git a/README.md b/README.md index 237b2ab..73b768b 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Installation ), 'DEFAULT_PERMISSION_CLASSES': ( - 'rest_framework.permissions.IsAuthenticated' + 'rest_framework.permissions.IsAuthenticated', ) }