From b5db4ff2af3af47a87ebbebbcedd160b2caca3eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Nowacki?= <77497496+mpnowacki-reef@users.noreply.github.com> Date: Fri, 27 Oct 2023 21:56:28 +0200 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Maciej UrbaƄski <122983254+mjurbanski-reef@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 173842e84..5f587ddc1 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Note that using many threads could in some cases be detrimental to the other use #### Authorization -User can either authorize on each call (`list-buckets` is just an exemplary command here) +User can either authorize on each command (`list-buckets` is just a example here) ```bash B2_APPLICATION_KEY= B2_APPLICATION_KEY_ID= docker run --rm -e B2_APPLICATION_KEY -e B2_APPLICATION_KEY_ID backblazeit/b2:latest list-buckets