From e1e17276f6837bac15ec2471c039dad577edde21 Mon Sep 17 00:00:00 2001 From: anitarua Date: Wed, 6 Mar 2024 17:09:27 +0000 Subject: [PATCH] Update templated README.md file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66b76693..cc595da0 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,8 @@ using (ICacheClient client = new CacheClient(Configurations.Laptop.V1(), authPro ``` -Note that the above code requires an environment variable named MOMENTO_AUTH_TOKEN which must -be set to a valid [Momento authentication token](https://docs.momentohq.com/docs/getting-started#obtain-an-auth-token). +Note that the above code requires an environment variable named MOMENTO_API_KEY which must +be set to a valid [Momento authentication token](https://docs.momentohq.com/cache/develop/authentication/api-keys). ## Getting Started and Documentation