From bf9d44b74424ec3dd54daabcfbb9dd9898bdabfd Mon Sep 17 00:00:00 2001 From: Joseph Toles Date: Wed, 16 Jul 2014 11:06:47 -0700 Subject: [PATCH] Fixed typo in README code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ) }