From 2836a65376a361902c444d9cd718163649e0fab0 Mon Sep 17 00:00:00 2001 From: cprice404 Date: Fri, 23 Feb 2024 01:12:06 +0000 Subject: [PATCH] Update templated README.md file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fcced5b..66b76693 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ using Momento.Sdk.Auth; using Momento.Sdk.Config; using Momento.Sdk.Responses; -ICredentialProvider authProvider = new EnvMomentoTokenProvider("MOMENTO_AUTH_TOKEN"); +ICredentialProvider authProvider = new EnvMomentoTokenProvider("MOMENTO_API_KEY"); const string CACHE_NAME = "cache"; const string KEY = "MyKey"; const string VALUE = "MyData";