diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-20 15:11:04 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-20 15:11:04 -0700 |
commit | 35e4e9369e4e91c583696c5ceaaf0821714eaf10 (patch) | |
tree | 25ab9e595fbee03f72efbc90bc61b2b837e6e2a9 /SendGrid | |
parent | 4610abd2677db3f032a962a1cb4ea71217c372e6 (diff) | |
download | sendgrid-csharp-origin/documentation-updates.zip sendgrid-csharp-origin/documentation-updates.tar.gz sendgrid-csharp-origin/documentation-updates.tar.bz2 |
README documentation updatesorigin/documentation-updates
Diffstat (limited to 'SendGrid')
-rw-r--r-- | SendGrid/SendGrid/Helpers/Mail/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SendGrid/SendGrid/Helpers/Mail/README.md b/SendGrid/SendGrid/Helpers/Mail/README.md index fa607b3..67c1933 100644 --- a/SendGrid/SendGrid/Helpers/Mail/README.md +++ b/SendGrid/SendGrid/Helpers/Mail/README.md @@ -2,7 +2,7 @@ # Quick Start -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). +Run the [Example Project](https://github.com/sendgrid/sendgrid-csharp/tree/master/SendGrid/SendGrid/Helpers/Mail) (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. |