Skip to content

Commit bb41cc4

Browse files
authored
Merge pull request jsocol#286 from jacebrowning/patch-1
Fix middleware name
2 parents bcb213c + b3f710d commit bb41cc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ Middleware
345345
There is optional middleware to use a custom view to handle ``Ratelimited``
346346
exceptions.
347347
348-
To use it, add ``ratelimit.middleware.RatelimitMiddleware`` to your
348+
To use it, add ``django_ratelimit.middleware.RatelimitMiddleware`` to your
349349
``MIDDLEWARE`` (toward the bottom of the list) and set
350350
``RATELIMIT_VIEW`` to the full path of a view you want to use.
351351

0 commit comments

Comments
 (0)