From 4390b57036921eff0a450eeb982e92aa5343bf69 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 9 Dec 2024 10:17:09 +0100 Subject: [PATCH] slightly better phrasing --- tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index 28706cc..482b6f0 100644 --- a/tests/README.md +++ b/tests/README.md @@ -4,8 +4,8 @@ These scripts can be used to test almost all endpoints of the paperless-ngx API. In order to use them, create a file `credentials` and define `AUTH` and -`URL` in it. `URL` is the base url of the restapi service. `AUTH` are the -credentials passed in the http header `Authorization`. It can be a basic +`URL` in it. `URL` is the base url of the restapi service. `AUTH` contains +the credentials passed in the http header `Authorization`. It can be a basic authentication, a paperless token or a regular SeedDMS key. Example: