diff --git a/README.md b/README.md index b46b9fc..ae003d6 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ The default throttle rates are: 'logins': '10/hour' 'passwords': '3/hour' -You can customise the throttling rates by setting `REST_FRAMEWORK.DEFAULT_THROTTLE_RATES` +You can customise the throttling rates by setting `REST_FRAMEWORK['DEFAULT_THROTTLE_RATES']` in your `settings.py`: REST_FRAMEWORK = {