Skip to content

Commit

Permalink
Update parameter names in README.MD (#51)
Browse files Browse the repository at this point in the history
* Updated parameter name in README.MD

* Updated 2nd parameter name in README.MD
  • Loading branch information
dbird03 authored Apr 22, 2021
1 parent e277af9 commit 40960ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ This is a simple proof-of-concept using a modified version of PoshKeePass to all
1. (optional) Use Test-SecretVault to validate your connection to the vault
```powershell
Test-SecretVault -Vault 'testVault'
Test-SecretVault -Name 'testVault'
```
2. Get the secret data using Get-Secret
```powershell
Get-Secret -Name 'My secret entry 1' -VaultName 'testVault'
Get-Secret -Name 'My secret entry 1' -Vault 'testVault'
```
## Known Limitations
Expand Down

0 comments on commit 40960ab

Please sign in to comment.