Skip to content

Commit

Permalink
Update templated README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice404 authored and Momento GitHub Actions Bot committed Feb 23, 2024
1 parent 4136de6 commit 2836a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 2836a65

Please sign in to comment.