From 55d157aeb22976c313dc8653a8317659705af641 Mon Sep 17 00:00:00 2001 From: anitarua Date: Tue, 5 Mar 2024 17:16:42 -0800 Subject: [PATCH] chore: update readme template to fix broken link instead of readme directly --- README.template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.template.md b/README.template.md index a28eb5c5..1364d3ec 100644 --- a/README.template.md +++ b/README.template.md @@ -14,8 +14,8 @@ Here is a quickstart you can use in your own project: {% include "./examples/MomentoUsage/Program.cs" %} ``` -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