From 70df102e72020ebc07b98615ba3b902c0c4733c2 Mon Sep 17 00:00:00 2001 From: Malcolm Jones <17786500+mlclmj@users.noreply.github.com> Date: Mon, 27 Nov 2023 22:57:57 -0800 Subject: [PATCH] Fix header (#37) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78826ae..8f8b253 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ For mocking out the services required for interacting with Vault, a [gcpvaulttes Check out the [examples](https://github.com/NYTimes/gcp-vault/tree/master/examples/) directory for examples on how to use this package. -#Vault Token Caching +# Vault Token Caching The library has an option to enable Vault Token Caching. Currently, Redis or GCS is supported for token storage. To enable token caching, one the following environment variables should set: