diff options
author | Elmer Thomas <elmer@ThinkingSerious.com> | 2016-06-17 10:00:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-17 10:00:57 -0700 |
commit | eaa6a64f73eed2f6cb3414fe2d9f58c418df518c (patch) | |
tree | 62aeee84eeaefc42d8780b73f9c307c4f0002730 | |
parent | 46adf10a66f40c167264af212302d692e32789d1 (diff) | |
download | sendgrid-csharp-eaa6a64f73eed2f6cb3414fe2d9f58c418df518c.zip sendgrid-csharp-eaa6a64f73eed2f6cb3414fe2d9f58c418df518c.tar.gz sendgrid-csharp-eaa6a64f73eed2f6cb3414fe2d9f58c418df518c.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ namespace Example { private static void Main() { - String apiKey = Environment.GetEnvironmentVariable("SENDGRID_APIKEY", EnvironmentVariableTarget.User); + String apiKey = Environment.GetEnvironmentVariable("NAME_OF_THE_ENVIRONMENT_VARIABLE_FOR_YOUR_SENDGRID_KEY", EnvironmentVariableTarget.User); dynamic sg = new SendGridAPIClient(apiKey); Email from = new Email("test@example.com"); |