diff options
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 |