From e323b1989c04d6fb09adb784190426e3b5b28e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20Ha=CC=88kli?= Date: Sat, 2 Mar 2019 23:09:31 +0200 Subject: [PATCH] Improve README language MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aleksi Häkli --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 44d4013..bd57ecf 100644 --- a/README.rst +++ b/README.rst @@ -32,13 +32,14 @@ Django Axes Axes is a very simple way for you to keep track of failed login attempts for your login and administration views. + The name is sort of a geeky pun, since it can be interpreted as: * ``access``, as in monitoring access attempts, or * ``axes``, as in tools you can use 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 hacking your website. +Axes is intended to help you *stop* people from hacking the website. Functionality @@ -60,7 +61,7 @@ user account whitelisting, and other features for Django access management. Documentation ------------- -For more information see the documentation at: +For more information on installation and configuration see the documentation at: https://django-axes.readthedocs.io/