From a669bc8b6993bf29a5eba422376d18ea1253ec2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Sat, 4 Apr 2020 15:19:27 +0300 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ab1b849..2ad6ac2 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,7 @@ django-axes Axes is a very simple way for you to keep track of failed -login attempts for your login and administration views. +authentication attempts for your login views. The name is sort of a geeky pun, since it can be interpreted as: @@ -36,7 +36,7 @@ The name is sort of a geeky pun, since it can be interpreted as: * ``axes``, as in tools you can use to hack (generally on wood). In this case, however, the hacking part of it can be taken a bit further: -**Axes is intended to help you stop people from brute forcing Django views**. +**Axes is intended to help you stop people from brute forcing your Django site**. Functionality