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 | | |