Skip to content

Commit b3f710d

Browse files
authored
Fix middleware name
1 parent bcb213c commit b3f710d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)