diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-13 15:17:05 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-13 15:17:05 -0700 |
commit | e307533a9dbf49b09192bf77d31c044828b74d08 (patch) | |
tree | ebe846b1603e323673969fe06e0cbbf505d788c8 /SendGrid | |
parent | e3c8d69925ae2f964c02fce30383b319930000a7 (diff) | |
download | sendgrid-csharp-e307533a9dbf49b09192bf77d31c044828b74d08.zip sendgrid-csharp-e307533a9dbf49b09192bf77d31c044828b74d08.tar.gz sendgrid-csharp-e307533a9dbf49b09192bf77d31c044828b74d08.tar.bz2 |
Version Bump v7.0.0: full v3 Web API support
Diffstat (limited to 'SendGrid')
-rw-r--r-- | SendGrid/SendGrid/Helpers/Mail/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SendGrid/SendGrid/Helpers/Mail/README.md b/SendGrid/SendGrid/Helpers/Mail/README.md index 313f363..fa607b3 100644 --- a/SendGrid/SendGrid/Helpers/Mail/README.md +++ b/SendGrid/SendGrid/Helpers/Mail/README.md @@ -2,11 +2,11 @@ # Quick Start -Run the [example](https://github.com/sendgrid/sendgrid-csharp/tree/v3beta/examples) (make sure you have set your environment variable to include your SENDGRID_API_KEY). +Run the [Example Project](https://github.com/sendgrid/sendgrid-csharp/tree/master/SendGrid/SendGrid.sln) (make sure you have set your environment variable to include your SENDGRID_API_KEY). Click on the Example project, then click the `Start` button in the menu. ## Usage -- See the [example](https://github.com/sendgrid/sendgrid-csharp/tree/v3beta/examples) for a complete working example. +- See the [example](https://github.com/sendgrid/sendgrid-csharp/tree/master/SendGrid/Example/Example.cs) for a complete working example. - [Documentation](https://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/overview.html)
\ No newline at end of file |