From bf88838b1ad0f004df1a2c4aae014a7c4f56f13a Mon Sep 17 00:00:00 2001 From: Ihor Kalnytskyi Date: Fri, 21 Jun 2024 00:21:05 +0300 Subject: [PATCH] Use proper example to autocreate the auth store The current command shown in README does indeed autocreate the auth store, but it fails to find a matched binding in the auth store. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8f8fdb..640de3a 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ configuration directory. On macOS and Linux, it tries the following locations: > [!NOTE] > -> The authentication store can be automatically created with few examples -> inside on first plugin activation, e.g. `http -A store https://pie.dev`. +> The authentication store can be automatically created with few examples on +> first plugin activation, e.g. `http -A store https://pie.dev/bearer`. The authentication store is a JSON file that contains two sections: `bindings` and `secrets`: