From aa3ab999b8b5f2edd511d6616af2238bc4c08fd1 Mon Sep 17 00:00:00 2001 From: Christopher Banck Date: Mon, 16 Oct 2023 17:35:04 +0200 Subject: [PATCH] fix typo in tools/README.md --- tools/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/README.md b/tools/README.md index 8c97557..69f0493 100644 --- a/tools/README.md +++ b/tools/README.md @@ -23,7 +23,7 @@ options: ## Run tests -The script `test.py` will run all non altering methods for `pye3dc` for testing or sharing the output. +The script `tests.py` will run all non altering methods for `pye3dc` for testing or sharing the output. ### usage @@ -72,4 +72,4 @@ required named arguments: -p PASSWORD, --password PASSWORD password of E3DC -k KEY, --key KEY key of E3DC -``` \ No newline at end of file +```