Skip to content

Commit 0e49d5e

Browse files
anitaruaMomento GitHub Actions Bot
authored andcommitted
Update templated README.md file
1 parent 84d1ea4 commit 0e49d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ using Momento.Sdk.Auth;
3636
using Momento.Sdk.Config;
3737
using Momento.Sdk.Responses;
3838

39-
ICredentialProvider authProvider = new EnvMomentoTokenProvider("MOMENTO_API_KEY");
39+
ICredentialProvider authProvider = new EnvMomentoV2TokenProvider();
4040
const string CACHE_NAME = "cache";
4141
const string KEY = "MyKey";
4242
const string VALUE = "MyData";

0 commit comments

Comments
 (0)