From 8e61cf171fabc43ab434731b9d777dfe79a56d78 Mon Sep 17 00:00:00 2001 From: Falcon Taylor-Carter Date: Thu, 13 May 2021 22:27:12 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22e0d18..ccb0f5b 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ Here are all the inputs available through `with`: | `namespace` | The Vault namespace from which to query secrets. Vault Enterprise only, unset by default | | | | `method` | The method to use to authenticate with Vault. | `token` | | | `role` | Vault role for specified auth method | | | -| `path` | Custom vault path, if the auth method was enabled at a different path Vault | | | +| `path` | Custom vault path, if the auth method was enabled at a different path | | | | `token` | The Vault Token to be used to authenticate with Vault | | | | `roleId` | The Role Id for App Role authentication | | | | `secretId` | The Secret Id for App Role authentication | | |