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