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";