From 939a49e761f5caddff95f7818864a6276de39a91 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Fri, 1 Dec 2023 20:29:52 +0100 Subject: [PATCH] docs: minor formulation changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6481f33..4dbe99a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Before diving into Keyweave, ensure you have the following prerequisites: az login --tenant "your-tenant-guid" ``` -- Identity has `Get` and `List` Secret Permissions in the Access Policies of the Key Vault. +- The identity you logged in with has `Get` and `List` Secret Permissions in the Access Policies of the Key Vault. ## Installation @@ -83,7 +83,7 @@ keyweave --vault-name [--output ] [--filter ] - `--output `: (Optional) Sets the name of the output file (default: `.env`). - `--filter `: (Optional) Filters the secrets to be retrieved by name. -## Example +### Example ```sh keyweave --vault-name my-key-vault --output my-env-file.env --filter my-secret