From a884aa8e593266a1d4bb2411f71a6e40a2c06e20 Mon Sep 17 00:00:00 2001 From: Richard Simpson Date: Wed, 5 Feb 2020 16:37:16 -0600 Subject: [PATCH] docs: clarify other engine support. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8ea34f..81ef182 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A helper action for easily pulling secrets from HashiCorp Vaultâ„¢. -By default, this action pulls from [Version 2](https://www.vaultproject.io/docs/secrets/kv/kv-v2/) of the K/V Engine. See examples below for how to [use v1](#using-kv-version-1) as well as non-K/V engines. +By default, this action pulls from [Version 2](https://www.vaultproject.io/docs/secrets/kv/kv-v2/) of the K/V Engine. See examples below for how to [use v1](#using-kv-version-1) as well as [other non-K/V engines](#other-secret-engines). ## Example Usage