From 9b341681d1cd74d0e91d62c93953d12033dbc458 Mon Sep 17 00:00:00 2001 From: nbro Date: Mon, 1 Apr 2024 23:08:49 +0200 Subject: [PATCH] Fix README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8a5ca1d7..eec181ac 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ django-rest-knox [![Jazzband](https://jazzband.co/static/img/badge.svg)](https://jazzband.co/) [![image](https://github.com/jazzband/django-rest-knox/workflows/Test/badge.svg?branch=develop)](https://github.com/jazzband/django-rest-knox/actions) -Authentication Module for django rest auth +Authentication module for Django rest auth. Knox provides easy to use authentication for [Django REST -Framework](https://www.django-rest-framework.org/) The aim is to allow +Framework](https://www.django-rest-framework.org/). The aim is to allow for common patterns in applications that are REST based, with little extra effort; and to ensure that connections remain secure. @@ -44,8 +44,7 @@ More information can be found in the # Run the tests locally -If you need to debug a test locally and if you have [docker](https://www.docker.com/) installed: - +If you need to debug a test locally and if you have [docker](https://www.docker.com/) installed, simply run the ``./docker-run-tests.sh`` script and it will run the test suite in every Python / Django versions.