From bd4dcaf16e6f1266aa9d6d58f2a51e3ebc7b03b5 Mon Sep 17 00:00:00 2001 From: Vincent Privat <146961743+vprivat-ads@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:43:43 +0200 Subject: [PATCH] fix typo (#565) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae60fe7..60d8c06 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Options: [required] --auth-bearer-token TEXT Authorization Bearer token value to append to all requests. - --auth-query-parameter TEXT Query pararmeter key and value to pass for + --auth-query-parameter TEXT Query parameter key and value to pass for authorization, e.g., 'key=xyz'. --help Show this message and exit. ```